We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9cc3d commit 5d34740Copy full SHA for 5d34740
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