summaryrefslogtreecommitdiff
path: root/docs/source/internal
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-06-04 15:19:11 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-06-04 15:19:11 -0500
commit0fbfeb919a070d79e5020210e50d5b0d66b1add6 (patch)
tree9acfa73e9d24ec9ff8650aa7af97fd8ca40a4e05 /docs/source/internal
parent0a418f8d1effb0d64a89f9ad693ca0d68d788ae7 (diff)
downloadflake8-0fbfeb919a070d79e5020210e50d5b0d66b1add6.tar.gz
Trim trailing whitespace in contributing docs
Diffstat (limited to 'docs/source/internal')
-rw-r--r--docs/source/internal/contributing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/internal/contributing.rst b/docs/source/internal/contributing.rst
index f9feb2e..88f8c16 100644
--- a/docs/source/internal/contributing.rst
+++ b/docs/source/internal/contributing.rst
@@ -11,7 +11,7 @@ We encourage multiple methods of participation in Flake8:
- reviewing and triaging bugs and merge requests
Before you go any further, please allow me to reassure you that I do want
-*your* contribution. If you think your contribution might not be valuable, I
+*your* contribution. If you think your contribution might not be valuable, I
reassure you that any help you can provide *is* valuable.
@@ -31,7 +31,7 @@ To contribute to Flake8's development, you simply need:
- Python (one of the versions we support)
- `tox`_
-
+
We suggest installing this like:
.. prompt:: bash