diff options
| author | George Yoshida <dynkin@gmail.com> | 2006-04-21 16:21:12 +0000 |
|---|---|---|
| committer | George Yoshida <dynkin@gmail.com> | 2006-04-21 16:21:12 +0000 |
| commit | 0d840285c727767197f976a5e7e4b4b59bbf9fb5 (patch) | |
| tree | f1c9466fc0303f539ac6060d49f99110f7429013 /Doc/lib | |
| parent | 568f1d0eedc69bc9e1c190076255bf0afc8224f7 (diff) | |
| download | cpython-git-0d840285c727767197f976a5e7e4b4b59bbf9fb5.tar.gz | |
Fix a markup.
This generated a ugly code, "P>".
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/libcodecs.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcodecs.tex b/Doc/lib/libcodecs.tex index b796766316..6e0bc8dd61 100644 --- a/Doc/lib/libcodecs.tex +++ b/Doc/lib/libcodecs.tex @@ -1337,7 +1337,7 @@ Convert a label to Unicode, as specified in \rfc{3490}. UTF-8 codec with BOM signature} \declaremodule{standard}{encodings.utf-8-sig} % XXX utf_8_sig gives TeX errors \modulesynopsis{UTF-8 codec with BOM signature} -\moduleauthor{Walter D\"orwald} +\moduleauthor{Walter D\"orwald}{} \versionadded{2.5} |
