summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCengiz Kaygusuz <cngkaygusuz@gmail.com>2017-12-15 15:39:01 -0500
committerCengiz Kaygusuz <cngkaygusuz@gmail.com>2017-12-15 15:39:01 -0500
commitd953150a6db3ac247a64b047edc2df7156f3e56b (patch)
tree5a7df11e0fd52ab320b0ef3e670e260f315ca9ae
parent274e8c661f511fb895e25caf5a786980ab9b3e7a (diff)
downloadpyparsing-git-d953150a6db3ac247a64b047edc2df7156f3e56b.tar.gz
Move comment up a line
-rw-r--r--.coveragerc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index 9ff3be9..6cbf474 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,2 +1,3 @@
[run]
-source=pyparsing # This line instructs only the code contained in the "pyparsing.py" to be measured for coverage.
+# This line instructs only the code contained in the "pyparsing.py" to be measured for coverage.
+source=pyparsing