mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Fix typos in docs, error messages and comments (#122502)
Signed-off-by: jianghuyiyuan <shuangcui@live.com>
This commit is contained in:
parent
06656e259b
commit
46f5a4f9e1
6 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue