aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Weddige <kontakt@weddige.eu>2022-11-30 11:44:33 +0100
committerGitHub <noreply@github.com>2022-11-30 11:44:33 +0100
commit0cbd5882d2bf27289817c6116b74e82688127102 (patch)
tree7948261ee522b16ba032c80a682d31821ee100e5
parente0d5aee4008fca8854e059934d49c4f7f40673ad (diff)
downloadabsl-py-0cbd5882d2bf27289817c6116b74e82688127102.tar.gz
Update comment
-rw-r--r--absl/logging/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/logging/__init__.py b/absl/logging/__init__.py
index 8326155..06f0f77 100644
--- a/absl/logging/__init__.py
+++ b/absl/logging/__init__.py
@@ -707,7 +707,7 @@ def find_log_dir(log_dir=None):
FileNotFoundError: raised in Python 3 when it cannot find a log directory.
OSError: raised in Python 2 when it cannot find a log directory.
"""
- # Get a list of possible log dirs (will try to use them in order).
+ # Get a possible log dir.
if log_dir:
# log_dir was explicitly specified as an arg, so use it and it alone.
log_dir_candidate = log_dir