8000 Fix logging level name typo by aomoriringo · Pull Request #7 · python/python-docs-ja · GitHub
[go: up one dir, main page]

Skip to content

Fix logging level name typo #7

8000
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.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 20, 2018
Merged
Changes from all commits
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
< 8000 /form>
Diff view
Fix logging level name typo
  • Loading branch information
aomoriringo committed Jun 20, 2018
commit 1c1ea76744f0d9277ebf0f8a2bc6171591e02546
6 changes: 3 additions & 3 deletions library/logging.po
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ msgid ""
"NOTSET, its chain of ancestor loggers is traversed until either an ancestor "
"with a level other than NOTSET is found, or the root is reached."
msgstr ""
"「親ロガーに委譲」という用語の意味は、もしロガーのレベルが NOTEST ならば、祖先ロガーの系列の中を NOTEST "
"「親ロガーに委譲」という用語の意味は、もしロガーのレベルが NOTSET ならば、祖先ロガーの系列の中を NOTSET "
"以外のレベルの祖先を見 80F9 けるかルートに到達するまで辿っていく、ということです。"

#: ../../library/logging.rst:110
Expand All @@ -200,7 +200,7 @@ msgid ""
" level is treated as the effective level of the logger where the ancestor "
"search began, and is used to determine how a logging event is handled."
msgstr ""
"もし NOTEST "
"もし NOTSET "
"以外のレベルの祖先が見つかったなら、その祖先のレベルが探索を開始したロガーの実効レベルとして扱われ、ログイベントがどのように処理されるかを決めるのに使われます。"

#: ../../library/logging.rst:114
Expand All @@ -209,7 +209,7 @@ msgid ""
" be processed. Otherwise, the root's level will be used as the effective "
"level."
msgstr ""
"ルートに到達した場合、ルートのレベルが NOTEST ならばすべてのメッセージは処理されます。そうでなければルートのレベルが実効レベルとして使われます。"
"ルートに到達した場合、ルートのレベルが NOTSET ならばすべてのメッセージは処理されます。そうでなければルートのレベルが実効レベルとして使われます。"

#: ../../library/logging.rst:117 ../../library/logging.rst:407
msgid "See :ref:`levels` for a list of levels."
Expand Down
0