[Python-checkins] cpython (2.7): #5486: typos.

martin.panter python-checkins at python.org
Thu May 26 02:29:26 EDT 2016


https://hg.python.org/cpython/rev/00f379f33a3e
changeset:   101496:00f379f33a3e
branch:      2.7
user:        Georg Brandl <georg at python.org>
date:        Fri Mar 13 19:04:40 2009 +0000
summary:
  #5486: typos.

files:
  Doc/library/cgi.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst
--- a/Doc/library/cgi.rst
+++ b/Doc/library/cgi.rst
@@ -295,12 +295,12 @@
 .. function:: parse_qs(qs[, keep_blank_values[, strict_parsing]])
 
    This function is deprecated in this module. Use :func:`urlparse.parse_qs`
-   instead. It is maintained here only for backward compatiblity.
+   instead. It is maintained here only for backward compatibility.
 
 .. function:: parse_qsl(qs[, keep_blank_values[, strict_parsing]])
 
    This function is deprecated in this module. Use :func:`urlparse.parse_qsl`
-   instead. It is maintained here only for backward compatiblity.
+   instead. It is maintained here only for backward compatibility.
 
 .. function:: parse_multipart(fp, pdict)
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list