diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-20 09:47:03 +0300 |
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-09-20 09:47:03 +0300 |
| commit | 694f2331c6959872e05f76c757799be0c4b00748 (patch) | |
| tree | fa1a65224e887715fac2ef02a2fb1d13d4ad6d00 /Doc/library/pyexpat.rst | |
| parent | 8bbcb584ddc74e6b2a58ee5bda8387776300d815 (diff) | |
| download | cpython-git-694f2331c6959872e05f76c757799be0c4b00748.tar.gz | |
Fix a few quotes/backslashes.
Diffstat (limited to 'Doc/library/pyexpat.rst')
| -rw-r--r-- | Doc/library/pyexpat.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pyexpat.rst b/Doc/library/pyexpat.rst index a648cfa529..861546c2e8 100644 --- a/Doc/library/pyexpat.rst +++ b/Doc/library/pyexpat.rst @@ -402,7 +402,7 @@ otherwise stated. .. method:: xmlparser.CommentHandler(data) Called for comments. *data* is the text of the comment, excluding the leading - '``<!-``\ ``-``' and trailing '``-``\ ``->``'. + ``'<!-``\ ``-'`` and trailing ``'-``\ ``->'``. .. method:: xmlparser.StartCdataSectionHandler() |
