Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6846d4 commit 929cc4eCopy full SHA for 929cc4e
1 file changed
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