summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-20 13:42:48 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-20 13:42:48 -0500
commit590e15cb4cefb4bb6355069e846920eadc2618c8 (patch)
tree0000c60c6543e9b56083c2841c68b8adb2e4a2b1 /docs/source
parent3cbad557ea131870235ba518d60341550e7cfcf9 (diff)
downloadflake8-590e15cb4cefb4bb6355069e846920eadc2618c8.tar.gz
Trim trailing whitespace in docs
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/internal/writing-documentation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/internal/writing-documentation.rst b/docs/source/internal/writing-documentation.rst
index 920b411..ee37517 100644
--- a/docs/source/internal/writing-documentation.rst
+++ b/docs/source/internal/writing-documentation.rst
@@ -44,7 +44,7 @@ We believe that by capitalizing |Flake8| in prose, we can help reduce
confusion between the command-line usage of ``flake8`` and the project.
We also have defined a global replacement ``|Flake8|`` that should be used
-and will replace each instance with ``:program:`Flake8```.
+and will replace each instance with ``:program:`Flake8```.
Use the prompt directive for command-line examples
@@ -178,6 +178,6 @@ they will have to interact with that. Keep discussions of internal to the
mininmum required.
Finally, Flake8 Developers and Contributors need to know how everything fits
-together. We don't need detail about every line of code, but cogent
+together. We don't need detail about every line of code, but cogent
explanations and design specifications will help future developers understand
the Hows and Whys of |Flake8|'s internal design.