From 326fdeb3ee6cec601c04ae6b923f5376fdb2db55 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Fri, 3 Jun 2022 19:53:12 +0800 Subject: Fix typos --- python/curl/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') 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 -- cgit v1.2.1