From 96686f2a27e3f005864cd6173cffb350962a2541 Mon Sep 17 00:00:00 2001 From: Jonathan Dung Date: Mon, 29 Jun 2026 18:01:57 +0800 Subject: [PATCH] commit --- Lib/_py_warnings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/_py_warnings.py b/Lib/_py_warnings.py index ab09913de6812dd..52d7b8b37856c20 100644 --- a/Lib/_py_warnings.py +++ b/Lib/_py_warnings.py @@ -33,7 +33,7 @@ def _set_module(module): # - a class representing the warning category # - a compiled regex that must match the module that is being warned # - a line number for the line being warning, or 0 to mean any line -# If either if the compiled regexs are None, match anything. +# If either of the compiled regexs are None, match anything. filters = []