Ticket #10007: string_format_docs.patch

File string_format_docs.patch, 572 bytes (added by Dougal Sutherland, 16 years ago)
  • ref/templates/builtins.txt

     
    13691369This specifier uses Python string formatting syntax, with the exception that
    13701370the leading "%" is dropped.
    13711371
    1372 See http://docs.python.org/lib/typesseq-strings.html for documentation of
    1373 Python string formatting
     1372See http://docs.python.org/library/stdtypes.html#string-formatting-operations
     1373for documentation of Python string formatting
    13741374
    13751375For example::
    13761376
Back to Top