From cae943bd446953aefe4facfa44d7f1f54da19d43 Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Wed, 22 Jun 2016 19:27:23 -0500 Subject: [PATCH] Add missing - to sub-directories --- docs/source/user/invocation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: