Kaydet (Commit) 6d20caa2 authored tarafından Fred Drake's avatar Fred Drake

Reflow paragraph to work around LaTeX2HTML dropping a space.

üst 543e19d9
...@@ -393,14 +393,13 @@ The following format characters are understood: ...@@ -393,14 +393,13 @@ The following format characters are understood:
\code{x}, \code{X}, \code{e}, \code{E}, \code{f}, \code{g}, \code{G}. \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 Width and precision may be a \code{*} to specify that an integer argument
specifies the actual width or precision. The flag characters specifies the actual width or precision. The flag characters
\code{-}, \code{+}, blank, \code{\#} and \code{0} are understood. The \code{-}, \code{+}, blank, \code{\#} and \code{0} are understood. The
size specifiers \code{h}, \code{l} or \code{L} may be size specifiers \code{h}, \code{l} or \code{L} may be present but are
present but are ignored. The \code{\%s} conversion takes any Python ignored. The \code{\%s} conversion takes any Python object and
object and converts it to a string using \code{str()} before converts it to a string using \code{str()} before formatting it. The
formatting it. The ANSI features \code{\%p} and \code{\%n} ANSI features \code{\%p} and \code{\%n} are not supported. Since
are not supported. Since Python strings have an explicit length, Python strings have an explicit length, \code{\%s} conversions don't
\code{\%s} conversions don't assume that \code{'\e0'} is the end of assume that \code{'\e0'} is the end of the string.
the string.
For safety reasons, floating point precisions are clipped to 50; For safety reasons, floating point precisions are clipped to 50;
\code{\%f} conversions for numbers whose absolute value is over 1e25 \code{\%f} conversions for numbers whose absolute value is over 1e25
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment