From 8649822e0854a899412de72c124349ffa74667dd Mon Sep 17 00:00:00 2001 From: Hank Leininger Date: Wed, 2 Apr 2014 04:13:34 -0400 Subject: Various spelling/grammar tweaks and typo fixes. Usually just a word or punctuation; occasionally I rewrote a sentence if I had a hard time determining what was meant by the original. (N.B. if I misunderstood something, then my re-wording will be wrong!) Also added eol to many files that were missing it, which throws off 'cat somefile' at a shell prompt (but did not yet touch anything under src/, which also has many files without eol). I did not re-line-wrap the text I changed, so that the diffs are minimized and meaningful changes are easier to spot. --- tests/test_41_response.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_41_response.py') diff --git a/tests/test_41_response.py b/tests/test_41_response.py index 1fdd2564..ef8d4d32 100644 --- a/tests/test_41_response.py +++ b/tests/test_41_response.py @@ -104,4 +104,4 @@ class TestResponse: if __name__ == "__main__": t = TestResponse() t.setup_class() - t.test_1() \ No newline at end of file + t.test_1() -- cgit v1.2.1