diff options
| author | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2020-07-28 18:37:25 +0000 |
|---|---|---|
| committer | Ian Stapleton Cordasco <graffatcolmingov@gmail.com> | 2020-07-28 18:37:25 +0000 |
| commit | e897cfac394c9066fc48b2fc120ed03507c97187 (patch) | |
| tree | 58a4eb34fb511ccaa296435023a36d66a867ce1a | |
| parent | 9d0115cd07efe69ac9953c99ce096f19a83f7994 (diff) | |
| parent | f82bceffafc4bc9b3aa560d30c98af38f85ba573 (diff) | |
| download | flake8-e897cfac394c9066fc48b2fc120ed03507c97187.tar.gz | |
Merge branch 'patch-2' into 'master'
Fixed misprint.
See merge request pycqa/flake8!445
| -rw-r--r-- | docs/source/user/python-api.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/user/python-api.rst b/docs/source/user/python-api.rst index 85b33b8..ed7e5e5 100644 --- a/docs/source/user/python-api.rst +++ b/docs/source/user/python-api.rst @@ -82,7 +82,7 @@ has the method .. automethod:: flake8.api.legacy.Report.get_statistics Most usage of this method that we noted was as documented above. Keep in mind, -however, that it provides a list of strings and not anything more maleable. +however, that it provides a list of strings and not anything more malleable. Autogenerated Legacy Documentation |
