summaryrefslogtreecommitdiff
path: root/python/subunit/run.py
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-09-19 17:19:38 +1000
committerRobert Collins <robertc@robertcollins.net>2009-09-19 17:19:38 +1000
commit83e24dfd278db6bf7f8ab69109aeab6ffa27c24b (patch)
treedcd5e929cd02768ff194c338086ba2fda422515a /python/subunit/run.py
parentb4bf5e01e4ca0eab0b52f2f3fa205683f64f5ab6 (diff)
downloadsubunit-git-83e24dfd278db6bf7f8ab69109aeab6ffa27c24b.tar.gz
Proper use of capitals for proper nouns.
Diffstat (limited to 'python/subunit/run.py')
-rwxr-xr-xpython/subunit/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/subunit/run.py b/python/subunit/run.py
index 66b9633..9d867f8 100755
--- a/python/subunit/run.py
+++ b/python/subunit/run.py
@@ -17,7 +17,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-"""Run a unittest testcase reporting results as subunit.
+"""Run a unittest testcase reporting results as Subunit.
$ python -m subunit.run mylib.tests.test_suite
"""