Skip to content

Commit 489d97e

Browse files
committed
Missing double quote
1 parent 5c667f3 commit 489d97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/writing/style.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ and square braces.
500500
501501
my_very_big_string = ("For a long time I used to go to bed early. Sometimes, "
502502
"when I had put out my candle, my eyes would close so quickly that I had not even "
503-
time to say “I’m going to sleep.”")
503+
"time to say “I’m going to sleep.”")
504504
505505
from some.deep.module.inside.a.module import (a_nice_function, another_nice_function,
506506
yet_another_nice_functio)

0 commit comments

Comments
 (0)