From: Matt Behrens Date: Sat, 2 May 2015 15:24:03 +0000 (-0700) Subject: doc: Update link to Python String Formatting X-Git-Tag: v0.19.5~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa78ac2367b62fd1ded61e14d43d1941aeb5a444;p=thirdparty%2Fgettext.git doc: Update link to Python String Formatting --- diff --git a/gettext-tools/doc/ChangeLog b/gettext-tools/doc/ChangeLog index 787eae7de..ff356cde9 100644 --- a/gettext-tools/doc/ChangeLog +++ b/gettext-tools/doc/ChangeLog @@ -1,3 +1,8 @@ +2015-05-08 Matthew Behrens (tiny change) + + * gettext.texi (python-format): Update link to Python Library + Reference. + 2015-03-15 Benno Schulenberg (tiny change) * xgettext.texi: Fix a word and a punctuation. diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 215c53e15..44b58b4e6 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -9150,11 +9150,10 @@ of the @samp{str} object. Python @code{%} format strings are described in @w{Python Library reference} / -@w{2. Built-in Types, Exceptions and Functions} / -@w{2.2. Built-in Types} / -@w{2.2.6. Sequence Types} / -@w{2.2.6.2. String Formatting Operations}. -@uref{http://www.python.org/doc/2.2.1/lib/typesseq-strings.html}. +@w{5. Built-in Types} / +@w{5.6. Sequence Types} / +@w{5.6.2. String Formatting Operations}. +@uref{http://docs.python.org/2/library/stdtypes.html#string-formatting-operations}. Python brace format strings are described in @w{PEP 3101 -- Advanced String Formatting}, @uref{http://www.python.org/dev/peps/pep-3101/}.