diff options
author | Georg Brandl <georg@python.org> | 2009-03-13 19:04:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-03-13 19:04:40 (GMT) |
commit | 171deb279c397cd7e0f0b926301e4c9e5947fd37 (patch) | |
tree | 38d69c2887dc953c625764d76674395de36a761d /Doc | |
parent | 880e4f3ca1fa716dbf48c32bded7aa00173b4fec (diff) | |
download | cpython-171deb279c397cd7e0f0b926301e4c9e5947fd37.zip cpython-171deb279c397cd7e0f0b926301e4c9e5947fd37.tar.gz cpython-171deb279c397cd7e0f0b926301e4c9e5947fd37.tar.bz2 |
#5486: typos.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/cgi.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 6f7c265..da15e00 100644 --- a/Doc/library/cgi.rst +++ b/Doc/library/cgi.rst @@ -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) |