summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng@cpan.org>2022-06-03 19:53:12 +0800
committerKian-Meng Ang <kianmeng@cpan.org>2022-06-03 19:53:12 +0800
commit326fdeb3ee6cec601c04ae6b923f5376fdb2db55 (patch)
treebe9a082ef41d3ba460b438ce8c56bd2699b2d1a7 /python
parent52be8f62ce126b773b113073e74c13c061d17324 (diff)
downloadpycurl-326fdeb3ee6cec601c04ae6b923f5376fdb2db55.tar.gz
Fix typos
Diffstat (limited to 'python')
-rw-r--r--python/curl/__init__.py2
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