We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6846d4 commit 929cc4eCopy full SHA for 929cc4e
Doc/library/logging.rst
@@ -907,7 +907,7 @@ you want to use.
907
908
In the case of {}-formatting, you can specify formatting flags by placing them
909
after the attribute name, separated from it with a colon. For example: a
910
-placeholder of ``{msecs:03d}`` would format a millisecond value of ``4`` as
+placeholder of ``{msecs:03.0f}`` would format a millisecond value of ``4`` as
911
``004``. Refer to the :meth:`str.format` documentation for full details on
912
the options available to you.
913
0 commit comments