]> granicus.if.org Git - python/commitdiff
#5486: typos.
authorGeorg Brandl <georg@python.org>
Fri, 13 Mar 2009 19:04:40 +0000 (19:04 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 13 Mar 2009 19:04:40 +0000 (19:04 +0000)
Doc/library/cgi.rst

index 6f7c2652f219d8c59118f38892a5b71703b1b0b5..da15e003b808dd74ec1818759a43542f9f432cb3 100644 (file)
@@ -295,12 +295,12 @@ algorithms implemented in this module in other circumstances.
 .. 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)