]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
doc: Update link to Python String Formatting
authorMatt Behrens <askedrelic@gmail.com>
Sat, 2 May 2015 15:24:03 +0000 (08:24 -0700)
committerDaiki Ueno <ueno@gnu.org>
Fri, 8 May 2015 00:54:07 +0000 (09:54 +0900)
gettext-tools/doc/ChangeLog
gettext-tools/doc/gettext.texi

index 787eae7ded3c45d06dc7d3ec21fa1bf1b7bc1927..ff356cde93d2098c99d87055429afc0b35996ab0 100644 (file)
@@ -1,3 +1,8 @@
+2015-05-08  Matthew Behrens  <askedrelic@gmail.com>  (tiny change)
+
+       * gettext.texi (python-format): Update link to Python Library
+       Reference.
+
 2015-03-15  Benno Schulenberg <bensberg@justemail.net>  (tiny change)
 
        * xgettext.texi: Fix a word and a punctuation.
index 215c53e157dcef9ad3c0e1e7546ac2aa75d404cc..44b58b4e683a0b8722994e378fbabd78168873fa 100644 (file)
@@ -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/}.