mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 23:34:17 +00:00
Doc minor change: leading space and title
This commit is contained in:
parent
855d7f5f5f
commit
e9280978c4
2 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ flake8.main
|
||||||
flake8.util
|
flake8.util
|
||||||
===========
|
===========
|
||||||
|
|
||||||
For AST checkers, this module has the ``iter_child_nodes`` function and
|
For AST checkers, this module has the ``iter_child_nodes`` function and
|
||||||
handles compatibility for all versions of Python between 2.5 and 3.3. The
|
handles compatibility for all versions of Python between 2.5 and 3.3. The
|
||||||
function was added to the ``ast`` module in Python 2.6 but is redefined in the
|
function was added to the ``ast`` module in Python 2.6 but is redefined in the
|
||||||
case where the user is running Python 2.5
|
case where the user is running Python 2.5
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
setuptools integration
|
Setuptools integration
|
||||||
======================
|
======================
|
||||||
|
|
||||||
If setuptools is available, Flake8 provides a command that checks the
|
If setuptools is available, Flake8 provides a command that checks the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue