Skip to content

Commit b9db71f

Browse files
committed
Fix typo.
1 parent 6100ab2 commit b9db71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def simplefilter(action, category=Warning, lineno=0, append=False):
186186
_add_filter(action, None, category, None, lineno, append=append)
187187

188188
def _filters_mutated():
189-
# Even though this function is part of the public API, it's used by
189+
# Even though this function is not part of the public API, it's used by
190190
# a fair amount of user code.
191191
with _lock:
192192
_filters_mutated_lock_held()

0 commit comments

Comments
 (0)