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 c46102c commit 77f8d29Copy full SHA for 77f8d29
1 file changed
Doc/library/logging.rst
@@ -415,7 +415,7 @@ The useful mapping keys in a :class:`LogRecord` are given in the section on
415
416
The *style* parameter can be one of '%', '{' or '$' and determines how
417
the format string will be merged with its data: using one of %-formatting,
418
- :meth:`str.format` or :class:`string.Template`.
+ :meth:`str.format` or :class:`string.Template`.
419
420
.. versionchanged:: 3.2
421
The *style* parameter was added.
0 commit comments