We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c7708b commit 3a4f67eCopy full SHA for 3a4f67e
python.md
@@ -170,7 +170,7 @@ old `"...%s" % var`-notation.
170
<!-- TODO: This recommendation is an updated remainder of the old style guide.
171
It seems a bit lost here. -->
172
173
-- Avoid `if` and `else` keywords be separated by a lot of code.
+- Avoid large vertical separation of `if` and `else` keywords.
174
```python
175
# NO:
176
if bizbaz:
0 commit comments