Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3d647e7

Browse files
authored
[doc] Correct a grammatical error in a docstring. (GH-93441)
1 parente12f34b commit3d647e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Lib/logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@ def info(self, msg, *args, **kwargs):
14981498
To pass exception information, use the keyword argument exc_info with
14991499
a true value, e.g.
15001500
1501-
logger.info("Houston, we have a %s", "interesting problem", exc_info=1)
1501+
logger.info("Houston, we have a %s", "notable problem", exc_info=1)
15021502
"""
15031503
ifself.isEnabledFor(INFO):
15041504
self._log(INFO,msg,args,**kwargs)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp