8000 Mac quotes fixed by humitos · Pull Request #370 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Mac quotes fixed #370

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails. 8000

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 29, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
We can't change the original
This is a bug upstream.
  • Loading branch information
humitos committed May 25, 2020
commit 8b92d82a1cc43f405475600f78f01115ff2413ed
4 changes: 2 additions & 2 deletions howto/logging-cookbook.po
Original file line number Diff line number Diff line change
Expand Up @@ -1122,8 +1122,8 @@ msgstr ""
msgid ""
"Either of these can be used in place of a format string, to allow {}- or $-"
"formatting to be used to build the actual \"message\" part which appears in "
"the formatted log output in place of "%(message)s" or "{message}" or "
""$message". If you find it a little unwieldy to use the class names whenever "
"the formatted log output in place of %(message)s or {message} or "
"$message. If you find it a little unwieldy to use the class names whenever "
"you want to log something, you can make it more palatable if you use an "
"alias such as ``M`` or ``_`` for the message (or perhaps ``__``, if you are "
"using ``_`` for localization)."
Expand Down
0