From 1c1ea76744f0d9277ebf0f8a2bc6171591e02546 Mon Sep 17 00:00:00 2001
From: aomoriringo <sel0433@gmail.com>
Date: Wed, 20 Jun 2018 05:28:10 +0000
Subject: [PATCH] Fix logging level name typo

---
 library/logging.po | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/library/logging.po b/library/logging.po
index ecbe23903..bbcbfa550 100644
--- a/library/logging.po
+++ b/library/logging.po
@@ -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 "
 "以外のレベルの祖先を見つけるかルートに到達するまで辿っていく、ということです。"
 
 #: ../../library/logging.rst:110
@@ -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
@@ -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."