From: Georg Brandl Date: Mon, 25 Nov 2013 07:29:44 +0000 (+0100) Subject: Fix doc markup error. X-Git-Tag: v3.4.0b2~497^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db5e74fab31c7d4babf75f5c84d5f348ad71aec0;p=thirdparty%2FPython%2Fcpython.git Fix doc markup error. --- diff --git a/Doc/library/gettext.rst b/Doc/library/gettext.rst index 18506ff78075..982780fec15b 100644 --- a/Doc/library/gettext.rst +++ b/Doc/library/gettext.rst @@ -476,9 +476,9 @@ applications.) :program:`xgettext`, :program:`pygettext`, and similar tools generate :file:`.po` files that are message catalogs. They are structured -:human-readable files that contain every marked string in the source -:code, along with a placeholder for the translated versions of these -:strings. +human-readable files that contain every marked string in the source +code, along with a placeholder for the translated versions of these +strings. Copies of these :file:`.po` files are then handed over to the individual human translators who write translations for every