tests/get-with-headers.py
branchstable
changeset 567 fd52c78e1aa7
parent 566 986012d03ed3
child 717 43efa35c5eed
--- 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