summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-22 19:27:23 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-22 19:27:23 -0500
commitcae943bd446953aefe4facfa44d7f1f54da19d43 (patch)
tree5c63b9753d24ff6fb8538cda71d806d69a6e0b95
parent1de5da8a7fc7c49ba44e0a7273f8d8ffa4d3a529 (diff)
downloadflake8-proposed/3.0.tar.gz
Add missing - to sub-directoriesproposed/3.0
-rw-r--r--docs/source/user/invocation.rst2
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: