We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e490c00 commit d6b2d49Copy full SHA for d6b2d49
Lib/test/test_build_details.py
@@ -114,7 +114,7 @@ def contents(self):
114
def test_location(self):
115
self.assertTrue(os.path.isfile(self.location))
116
117
- # Override generic format tests with tests for our specific implemenation.
+ # Override generic format tests with tests for our specific implementation.
118
119
@needs_installed_python
120
@unittest.skipIf(is_android or is_apple_mobile, 'Android and iOS run tests via a custom testbed method that changes sys.executable')
0 commit comments