Skip to content

Commit 2c91b8e

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#136 from vnoel/patch-1
Typo: Missing double quote
2 parents 5c667f3 + 489d97e commit 2c91b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)