diff options
| author | Florent Xicluna <florent.xicluna@gmail.com> | 2013-02-23 13:17:00 +0100 |
|---|---|---|
| committer | Florent Xicluna <florent.xicluna@gmail.com> | 2013-02-23 13:17:00 +0100 |
| commit | e9280978c4cf45c585dbdb375b605adc0a451d74 (patch) | |
| tree | 5f062c291ee74c56e3ed42b4640e198984c80ef4 /docs/api.rst | |
| parent | 855d7f5f5fcf11c709552052aacc9ddfb78981cb (diff) | |
| download | flake8-e9280978c4cf45c585dbdb375b605adc0a451d74.tar.gz | |
Doc minor change: leading space and title
Diffstat (limited to 'docs/api.rst')
| -rw-r--r-- | docs/api.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/api.rst b/docs/api.rst index c823d52..fd746f7 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -32,7 +32,7 @@ flake8.main flake8.util =========== -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 -function was added to the ``ast`` module in Python 2.6 but is redefined in the +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 +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 |
