diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-14 20:04:52 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-14 20:04:52 -0500 |
| commit | 18d6e6264cca194567e3e75ae0efe1df05ed57ea (patch) | |
| tree | 5fc68b7cfe4e92244a335441e7a3bc122c0ba87e /docs | |
| parent | 472e7c95895cb00c5de6dea8cd3a1a96dd30a7f8 (diff) | |
| download | flake8-18d6e6264cca194567e3e75ae0efe1df05ed57ea.tar.gz | |
Revert silliness around setting choices for --format
If we restrict the user's ability to specify a format string, we break
existing workflows.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/internal/cli.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/internal/cli.rst b/docs/source/internal/cli.rst index f3af8c1..a1e9612 100644 --- a/docs/source/internal/cli.rst +++ b/docs/source/internal/cli.rst @@ -11,8 +11,8 @@ passed by the user as early as possible so as much logging can be produced as possible. The default flake8 options are registered by -:func:`~flake8.main.cli.register_default_options`. Trying to register these -options in plugins will result in errors. +:func:`~flake8.main.options.register_default_options`. Trying to register +these options in plugins will result in errors. API Documentation |
