summaryrefslogtreecommitdiff
path: root/networkx/tests
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 /networkx/tests
parentbec833c60c61e838722bf096da75949a9b519d1f (diff)
downloadnetworkx-cea08c3bb8ca5aa2e167d534b0c5629205733762.tar.gz
Remove trailing spaces
Diffstat (limited to 'networkx/tests')
-rw-r--r--networkx/tests/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/networkx/tests/README b/networkx/tests/README
index 4ab00d73..965a2cd6 100644
--- a/networkx/tests/README
+++ b/networkx/tests/README
@@ -4,7 +4,7 @@ https://pytest.org
The tests also demonstrate the usage of many of the features of NetworkX.
-There are a few ways to run the tests.
+There are a few ways to run the tests.
The simplest way is to import networkx and run the test() function.