Ticket #10007: string_format_docs.patch
File string_format_docs.patch, 572 bytes (added by , 16 years ago) |
---|
-
ref/templates/builtins.txt
1369 1369 This specifier uses Python string formatting syntax, with the exception that 1370 1370 the leading "%" is dropped. 1371 1371 1372 See http://docs.python.org/lib /typesseq-strings.html for documentation of1373 Python string formatting1372 See http://docs.python.org/library/stdtypes.html#string-formatting-operations 1373 for documentation of Python string formatting 1374 1374 1375 1375 For example:: 1376 1376