From 171deb279c397cd7e0f0b926301e4c9e5947fd37 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 13 Mar 2009 19:04:40 +0000 Subject: [PATCH] #5486: typos. --- Doc/library/cgi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/cgi.rst b/Doc/library/cgi.rst index 6f7c2652f2..da15e003b8 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) -- 2.50.1