Skip to content

Commit 6c275f3

Browse files
Abseil Teamcopybara-github
authored andcommitted
Fix typo in absl/logging
PiperOrigin-RevId: 825079620
1 parent 0ae13d2 commit 6c275f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

absl/logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1189,7 +1189,7 @@ def debug(self, msg, *args, **kwargs):
11891189
self.log(logging.DEBUG, msg, *args, **kwargs)
11901190

11911191
def log(self, level, msg, *args, **kwargs):
1192-
"""Logs a message at a cetain level substituting in the supplied arguments.
1192+
"""Logs a message at a certain level substituting in the supplied arguments.
11931193
11941194
This method behaves differently in python and c++ modes.
11951195

0 commit comments

Comments
 (0)