diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:28:50 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-05-26 05:28:50 +0000 |
commit | b1d867f14965e2369d31a3fcdab5bca34b4d81b4 (patch) | |
tree | e12a80fb726447f7e1c09839aae24fd9277258ce /Lib/cgi.py | |
parent | 5db0b3396e664affee09c0cb2094fdafc94acd94 (diff) | |
download | cpython-git-b1d867f14965e2369d31a3fcdab5bca34b4d81b4.tar.gz |
Issue #27076: Doc, comment and test function name spelling fixes
Most fixes to Doc/ and Lib/ directories by Ville Skyttä.
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-x | Lib/cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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.""" |