summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2020-07-09 21:59:19 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2020-07-10 09:34:39 -0700
commitcea08c3bb8ca5aa2e167d534b0c5629205733762 (patch)
tree2416ef15d95a3edf2de33e2a3b9e5847e2ba0d6a /CONTRIBUTING.rst
parentbec833c60c61e838722bf096da75949a9b519d1f (diff)
downloadnetworkx-cea08c3bb8ca5aa2e167d534b0c5629205733762.tar.gz
Remove trailing spaces
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 3d950bc3..b8c3edc1 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -44,7 +44,7 @@ Contributor Guide
PYTHONPATH=. pytest networkx
* Running the tests locally *before* submitting a pull request helps catch
- problems early and reduces the load on the continuous integration
+ problems early and reduces the load on the continuous integration
system. To ensure you have a properly-configured development environment
for running the tests, see `Build environment setup`_.