]> granicus.if.org Git - python/commitdiff
Reflow paragraph to work around LaTeX2HTML dropping a space.
authorFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 18:17:11 +0000 (18:17 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 21 Apr 1999 18:17:11 +0000 (18:17 +0000)
Doc/lib/libstdtypes.tex

index 01ca630cb6abc7e2ecd1a0615568f63ecf39aec4..2e134db026d5691cf5c03bbce033dafd1b2f012a 100644 (file)
@@ -393,14 +393,13 @@ The following format characters are understood:
 \code{x}, \code{X}, \code{e}, \code{E}, \code{f}, \code{g}, \code{G}. 
 Width and precision may be a \code{*} to specify that an integer argument
 specifies the actual width or precision.  The flag characters
-\code{-}, \code{+}, blank, \code{\#} and \code{0} are understood.  The
-size specifiers \code{h}, \code{l} or \code{L} may be 
-present but are ignored.  The \code{\%s} conversion takes any Python
-object and converts it to a string using \code{str()} before
-formatting it.  The ANSI features \code{\%p} and \code{\%n}
-are not supported.  Since Python strings have an explicit length,
-\code{\%s} conversions don't assume that \code{'\e0'} is the end of
-the string.
+\code{-}, \code{+}, blank, \code{\#} and \code{0} are understood.  The 
+size specifiers \code{h}, \code{l} or \code{L} may be present but are
+ignored.  The \code{\%s} conversion takes any Python object and
+converts it to a string using \code{str()} before formatting it.  The
+ANSI features \code{\%p} and \code{\%n} are not supported.  Since
+Python strings have an explicit length, \code{\%s} conversions don't
+assume that \code{'\e0'} is the end of the string.
 
 For safety reasons, floating point precisions are clipped to 50;
 \code{\%f} conversions for numbers whose absolute value is over 1e25