Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: flake8-eyeo/README.md

Issue 29602819: Issue 5844 - Detect (more) redundant parentheses (Closed) Base URL: https://hg.adblockplus.org/codingtools/
Patch Set: Updated flake8-eyeo/README.md and applied patches to existing codebase Created Jan. 25, 2018, 7:34 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | flake8-eyeo/flake8_eyeo.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: flake8-eyeo/README.md
===================================================================
--- a/flake8-eyeo/README.md
+++ b/flake8-eyeo/README.md
@@ -33,7 +33,7 @@
has been superseded by the string's `format()` method
* `A108`: `+` operator to concatenate more than two strings
* `A110`: Write single-line string literals as represented by `repr()`
-* `A111`: Redundant parantheses around if or while condition
+* `A111`: Redundant parantheses
* `A112`: Use `from __future__ import unicode_literals` instead of
prefixing literals with "u"
« no previous file with comments | « no previous file | flake8-eyeo/flake8_eyeo.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld