Add missing - to sub-directories

This commit is contained in:
Ian Cordasco 2016-06-22 19:27:23 -05:00
parent 1de5da8a7f
commit cae943bd44
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -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: