projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf054ad
)
Oops, fix typo
author
Éric Araujo
<merwok@netwok.org>
Sat, 14 Aug 2010 05:00:18 +0000
(
05:00
+0000)
committer
Éric Araujo
<merwok@netwok.org>
Sat, 14 Aug 2010 05:00:18 +0000
(
05:00
+0000)
Doc/library/cgi.rst
patch
|
blob
|
history
diff --git
a/Doc/library/cgi.rst
b/Doc/library/cgi.rst
index 7311039bdb5dd87251b563dc5244c97d593948aa..49d148816eb6bd9f7d8702e7b380836307d50bbb 100644
(file)
--- a/
Doc/library/cgi.rst
+++ b/
Doc/library/cgi.rst
@@
-329,7
+329,7
@@
algorithms implemented in this module in other circumstances.
that single quotes are never translated.
If the value to be quoted might include single- or double-quote characters,
- or both, consider using the :func:`~xml.sax.saxutil.quoteattr` function in the
+ or both, consider using the :func:`~xml.sax.saxutil
s
.quoteattr` function in the
:mod:`xml.sax.saxutils` module instead.