diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-22 19:27:23 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-06-22 19:27:23 -0500 |
| commit | cae943bd446953aefe4facfa44d7f1f54da19d43 (patch) | |
| tree | 5c63b9753d24ff6fb8538cda71d806d69a6e0b95 | |
| parent | 1de5da8a7fc7c49ba44e0a7273f8d8ffa4d3a529 (diff) | |
| download | flake8-proposed/3.0.tar.gz | |
Add missing - to sub-directoriesproposed/3.0
| -rw-r--r-- | docs/source/user/invocation.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/user/invocation.rst b/docs/source/user/invocation.rst index 5c92ca3..383e93a 100644 --- a/docs/source/user/invocation.rst +++ b/docs/source/user/invocation.rst @@ -55,7 +55,7 @@ Or It's also possible to narrow what |Flake8| will try to check by specifying exactly the paths and directories you want it to check. Let's assume that -we have a directory with python files and subdirectories which have python +we have a directory with python files and sub-directories which have python files (and may have more sub-directories) called ``my_project``. Then if we only want errors from files found inside ``my_project`` we can do: |
