summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorjianghuyiyuan <shuangcui@live.com>2024-08-01 00:26:09 (GMT)
committerGitHub <noreply@github.com>2024-08-01 00:26:09 (GMT)
commit46f5a4f9e1781ad8d60eb53bbaf6cd8534a286cd (patch)
tree8278a9c7c1cc9ba012e5547ddb15849ae8873194 /Lib
parent06656e259bc9b2c3cf8a23bdc6e4acb052c56e1f (diff)
downloadcpython-46f5a4f9e1781ad8d60eb53bbaf6cd8534a286cd.zip
cpython-46f5a4f9e1781ad8d60eb53bbaf6cd8534a286cd.tar.gz
cpython-46f5a4f9e1781ad8d60eb53bbaf6cd8534a286cd.tar.bz2
Fix typos in docs, error messages and comments (#122502)
Signed-off-by: jianghuyiyuan <shuangcui@live.com>
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_webbrowser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_webbrowser.py b/Lib/test/test_webbrowser.py
index ae8d776..4fcbc5c 100644
--- a/Lib/test/test_webbrowser.py
+++ b/Lib/test/test_webbrowser.py
@@ -244,7 +244,7 @@ class IOSBrowserTest(unittest.TestCase):
@unittest.skipIf(getattr(webbrowser, "objc", None) is None,
"iOS Webbrowser tests require ctypes")
def setUp(self):
- # Intercept the the objc library. Wrap the calls to get the
+ # Intercept the objc library. Wrap the calls to get the
# references to classes and selectors to return strings, and
# wrap msgSend to return stringified object references
self.orig_objc = webbrowser.objc