tests: fix doc string in get-with-headers.py stable
authorMartin Geisler <mg@lazybytes.net>
Sun, 17 May 2009 01:24:45 +0200
branchstable
changeset 567 fd52c78e1aa7
parent 566 986012d03ed3
child 568 060df226baff
child 570 c371aaf377e0
tests: fix doc string in get-with-headers.py [ original upstream message ]
tests/get-with-headers.py
--- a/tests/get-with-headers.py	Thu Dec 25 17:49:08 2008 +0100
+++ b/tests/get-with-headers.py	Sun May 17 01:24:45 2009 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-__doc__ = """This does HTTP get requests given a host:port and path and returns
+"""This does HTTP GET requests given a host:port and path and returns
 a subset of the headers plus the body of the result."""
 
 import httplib, sys, re