Skip to content

Commit a3f47f6

Browse files
committed
Update breaking-long-lines.rst
1 parent 7acc601 commit a3f47f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

breaking-long-lines.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The line continuation operator, ``\`` can be used to split long statements over
8181
8282
At the end of every line (except the last), we just add a ``\`` indicating that the next line is also a part of the same statement.
8383

84-
**Breaking up those long ``if ..`` statements**
84+
**Breaking up those long if statements**
8585

8686
Often I have to break long ``if`` statements and is in fact one of the most common cases I face at work where I have to break the statement into multiple lines. Here is an example using both the approaches above:
8787

0 commit comments

Comments
 (0)