mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-07 05:26:53 +00:00
Fix typos
This commit is contained in:
parent
1062be2643
commit
77895d05db
3 changed files with 4 additions and 4 deletions
|
|
@ -67,7 +67,7 @@ example, let's consider a user's list of ignored error codes for a project:
|
|||
E251
|
||||
|
||||
It makes sense here to allow users to specify the value this way, but, the
|
||||
standard libary's :class:`configparser.RawConfigParser` class does returns a
|
||||
standard library's :class:`configparser.RawConfigParser` class does returns a
|
||||
string that looks like
|
||||
|
||||
.. code-block:: python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue