summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Jacobsen <kjetilja@gmail.com>2002-02-21 15:16:24 +0000
committerKjetil Jacobsen <kjetilja@gmail.com>2002-02-21 15:16:24 +0000
commit6b6b59f562efb0e010c9b6f425b8da4440f82bfe (patch)
tree7093b929411d7b35d9822553a1c0d7e9e12d63c5
parent7ff2d518649f29192fa8a220b1e194e2b0353d12 (diff)
downloadpycurl-6b6b59f562efb0e010c9b6f425b8da4440f82bfe.tar.gz
fixed typo in docstring
-rw-r--r--tests/xmlrpc_curl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/xmlrpc_curl.py b/tests/xmlrpc_curl.py
index a7211f0..3128a75 100644
--- a/tests/xmlrpc_curl.py
+++ b/tests/xmlrpc_curl.py
@@ -3,7 +3,7 @@
import xmlrpclib, pycurl, cStringIO
class CURLTransport(xmlrpclib.Transport):
- """Handles an cURL HTTP transaction to an XML-RPC server."""
+ """Handles a cURL HTTP transaction to an XML-RPC server."""
xmlrpc_h = [ "User-Agent: PycURL XML-RPC", "Content-Type: text/xml" ]