summaryrefslogtreecommitdiffstats
path: root/Lib/logging
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/logging')
-rw-r--r--Lib/logging/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/logging/__init__.py b/Lib/logging/__init__.py
index e8054fb..d6315b0 100644
--- a/Lib/logging/__init__.py
+++ b/Lib/logging/__init__.py
@@ -1568,7 +1568,7 @@ class Logger(Filterer):
while stacklevel > 0:
next_f = f.f_back
if next_f is None:
- ##TODO: We've got options here
+ ## We've got options here.
## If we want to use the last (deepest) frame:
break
## If we want to mimic the warnings module: