Skip to content

Commit 3a4f67e

Browse files
lukpuehjoshuagl
andauthored
Update python.md
Co-authored-by: Joshua Lock <[email protected]>
1 parent 2c7708b commit 3a4f67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ old `"...%s" % var`-notation.
170170
<!-- TODO: This recommendation is an updated remainder of the old style guide.
171171
It seems a bit lost here. -->
172172

173-
- Avoid `if` and `else` keywords be separated by a lot of code.
173+
- Avoid large vertical separation of `if` and `else` keywords.
174174
```python
175175
# NO:
176176
if bizbaz:

0 commit comments

Comments
 (0)