From b1d867f14965e2369d31a3fcdab5bca34b4d81b4 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Thu, 26 May 2016 05:28:50 +0000 Subject: Issue #27076: Doc, comment and test function name spelling fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most fixes to Doc/ and Lib/ directories by Ville Skyttä. --- Lib/cgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/cgi.py') diff --git a/Lib/cgi.py b/Lib/cgi.py index 64ba6d16ca..7c51b44db1 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -175,7 +175,7 @@ def parse(fp=None, environ=os.environ, keep_blank_values=0, strict_parsing=0): # parse query string function called from urlparse, -# this is done in order to maintain backward compatiblity. +# this is done in order to maintain backward compatibility. def parse_qs(qs, keep_blank_values=0, strict_parsing=0): """Parse a query given as a string argument.""" -- cgit v1.2.1