Skip to content

Commit

Permalink
Document new "--experimental" option
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Jan 10, 2014
1 parent d016062 commit 1ed599e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ After running autopep8.
Options::

usage: autopep8 [-h] [--version] [-v] [-d] [-i] [-r] [-j n] [-p n] [-a]
[--exclude globs] [--list-fixes] [--ignore errors]
[--select errors] [--max-line-length n] [--range line line]
[--indent-size n]
[--experimental] [--exclude globs] [--list-fixes]
[--ignore errors] [--select errors] [--max-line-length n]
[--range line line] [--indent-size n]
[files [files ...]]

Automatically formats Python code to conform to the PEP 8 style guide.
Expand All @@ -145,6 +145,7 @@ Options::
infinite)
-a, --aggressive enable non-whitespace changes; multiple -a result in
more aggressive changes
--experimental enable experimental fixes
--exclude globs exclude file/directory names that match these comma-
separated globs
--list-fixes list codes for fixes; used by --ignore and --select
Expand Down

0 comments on commit 1ed599e

Please sign in to comment.