10000 Fix logging level name typo · python/python-docs-ja@1c1ea76 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c1ea76

Browse files
committed
Fix logging level name typo
1 parent dcaffdb commit 1c1ea76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/logging.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ msgid ""
191191
"NOTSET, its chain of ancestor loggers is traversed until either an ancestor "
192192
"with a level other than NOTSET is found, or the root is reached."
193193
msgstr ""
194-
"「親ロガーに委譲」という用語の意味は、もしロガーのレベルが NOTEST ならば、祖先ロガーの系列の中を NOTEST "
194+
"「親ロガーに委譲」という用語の意味は、もしロガーのレベルが NOTSET ならば、祖先ロガーの系列の中を NOTSET "
195195
"以外のレベルの祖先を見つけるかルートに到達するまで辿っていく、ということです。"
196196

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

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

214214
#: ../../library/logging.rst:117 ../../library/logging.rst:407
215215
msgid "See :ref:`levels` for a list of levels."

0 commit comments

Comments
 (0)
0