We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16a9af commit 9b38cbeCopy full SHA for 9b38cbe
Doc/library/logging.rst
@@ -890,7 +890,7 @@ you want to use.
890
891
In the case of {}-formatting, you can specify formatting flags by placing them
892
after the attribute name, separated from it with a colon. For example: a
893
-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
894
``004``. Refer to the :meth:`str.format` documentation for full details on
895
the options available to you.
896
0 commit comments