diff options
Diffstat (limited to 'python/curl')
-rw-r--r-- | python/curl/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/curl/__init__.py b/python/curl/__init__.py index 187913b..0c95e2b 100644 --- a/python/curl/__init__.py +++ b/python/curl/__init__.py @@ -1,7 +1,7 @@ '''A high-level interface to the pycurl extension''' # ** mfx NOTE: the CGI class uses "black magic" using COOKIEFILE in -# combination with a non-existant file name. See the libcurl docs +# combination with a non-existent file name. See the libcurl docs # for more info. import sys, pycurl |