Skip to content

Commit

Permalink
Update python.md
Browse files Browse the repository at this point in the history
Co-authored-by: Joshua Lock <jlock@vmware.com>
  • Loading branch information
lukpueh and joshuagl authored Dec 1, 2020
1 parent 2c7708b commit 3a4f67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ old `"...%s" % var`-notation.
<!-- TODO: This recommendation is an updated remainder of the old style guide.
It seems a bit lost here. -->

- Avoid `if` and `else` keywords be separated by a lot of code.
- Avoid large vertical separation of `if` and `else` keywords.
```python
# NO:
if bizbaz:
Expand Down

0 comments on commit 3a4f67e

Please sign in to comment.