diff options
author | Ilambharathi Kanniah <ilambharathik@gmail.com> | 2014-07-31 13:08:25 -0700 |
---|---|---|
committer | Ilambharathi Kanniah <ilambharathik@gmail.com> | 2014-07-31 13:08:25 -0700 |
commit | 6b29bab2b1afe5188b9334f75fd7d4078381d9b9 (patch) | |
tree | 0c4c3fca67c2b086f350f5dd64dc870ff16e2083 /docs | |
parent | a99d80346ba8b6d10ce75b5e9b65fe8ba8720c2b (diff) | |
download | pep8-6b29bab2b1afe5188b9334f75fd7d4078381d9b9.tar.gz |
Fixed the formatting in the table
Diffstat (limited to 'docs')
-rw-r--r-- | docs/intro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index 3dbef25..59c42ab 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -122,7 +122,7 @@ You can also make pep8.py show the error text in different formats by using --fo $ pep8 testsuite/E40.py --format='%(path)s|%(row)d|%(col)d| %(code)s %(text)s' testsuite/E40.py|2|10| E401 multiple imports on one line -Variables in the ``custom`` format option:: +Variables in the ``custom`` format option +----------------+------------------+ | **Variable** | **Significance** | |