File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -581,11 +581,14 @@ and square braces.
581
581
582
582
.. code- block:: python
583
583
584
- my_very_big_string = (" For a long time I used to go to bed early. Sometimes, "
585
- " when I had put out my candle, my eyes would close so quickly that I had not even "
586
- " time to say “I’m going to sleep.”" )
587
-
588
- from some.deep.module.inside.a.module import (a_nice_function, another_nice_function,
584
+ my_very_big_string = (
585
+ " For a long time I used to go to bed early. Sometimes, "
586
+ " when I had put out my candle, my eyes would close so quickly "
587
+ " that I had not even time to say “I’m going to sleep.”"
588
+ )
589
+
590
+ from some.deep.module.inside.a.module import (a_nice_function,
591
+ another_nice_function,
589
592
yet_another_nice_functio)
590
593
591
594
However, more often than not having to split long logical line is a sign that
You can’t perform that action at this time.
0 commit comments