diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-04-11 18:48:03 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-04-11 18:48:03 (GMT) |
commit | 06c7b62a8339cd8f9cffc6d1daee58221ee041c4 (patch) | |
tree | bf758d96b47809ff855cd348f7e44a6b40e23b0d /Doc | |
parent | efbbb1c60237a9a2997dc4b1ab213e4c6f0da824 (diff) | |
download | cpython-06c7b62a8339cd8f9cffc6d1daee58221ee041c4.zip cpython-06c7b62a8339cd8f9cffc6d1daee58221ee041c4.tar.gz cpython-06c7b62a8339cd8f9cffc6d1daee58221ee041c4.tar.bz2 |
Fix markup
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libgettext.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libgettext.tex b/Doc/lib/libgettext.tex index d386a69..ac5ad8c 100644 --- a/Doc/lib/libgettext.tex +++ b/Doc/lib/libgettext.tex @@ -319,7 +319,7 @@ To facilitate plural forms, the methods \method{ngettext} and \method{ungettext} are overridden as well. \begin{methoddesc}[GNUTranslations]{__init__}{ - \optional{fp\optional{, coerce}} + \optional{fp\optional{, coerce}}} Constructs and parses a translation catalog in GNU gettext format. \var{fp} is passed to the base class (\class{NullTranslations}) constructor. \var{coerce} is a flag specifying whether message ids |