From 83e24dfd278db6bf7f8ab69109aeab6ffa27c24b Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Sat, 19 Sep 2009 17:19:38 +1000 Subject: Proper use of capitals for proper nouns. --- python/subunit/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/subunit/run.py') 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 . # -"""Run a unittest testcase reporting results as subunit. +"""Run a unittest testcase reporting results as Subunit. $ python -m subunit.run mylib.tests.test_suite """ -- cgit v1.2.1