Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8b92d82

Browse files
committed
We can't change the original
This is a bug upstream.
1 parent 7ee8e71 commit 8b92d82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

howto/logging-cookbook.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,8 +1122,8 @@ msgstr ""
11221122
msgid ""
11231123
"Either of these can be used in place of a format string, to allow {}- or $-"
11241124
"formatting to be used to build the actual \"message\" part which appears in "
1125-
"the formatted log output in place of "%(message)s" or "{message}" or "
1126-
""$message". If you find it a little unwieldy to use the class names whenever "
1125+
"the formatted log output in place of %(message)s or {message} or "
1126+
"$message. If you find it a little unwieldy to use the class names whenever "
11271127
"you want to log something, you can make it more palatable if you use an "
11281128
"alias such as ``M`` or ``_`` for the message (or perhaps ``__``, if you are "
11291129
"using ``_`` for localization)."

0 commit comments

Comments
 (0)