mirror of
https://github.com/python/cpython.git
synced 2025-08-15 22:30:42 +00:00
Merged revisions 83999,84001 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83999 | eric.araujo | 2010-08-14 06:55:45 +0200 (sam., 14 août 2010) | 2 lines Fix reference (follow-up to #9061) ........ r84001 | eric.araujo | 2010-08-14 07:00:18 +0200 (sam., 14 août 2010) | 2 lines Oops, fix typo ........
This commit is contained in:
parent
014c38dd1c
commit
56b674d5f5
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,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:`quoteattr` function in the
|
||||
or both, consider using the :func:`~xml.sax.saxutils.quoteattr` function in the
|
||||
:mod:`xml.sax.saxutils` module instead.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue