Skip to content

Commit 5d34740

Browse files
committed
Fix: Corrected typo in comment: 'implemenation' to 'implementation'
Corrected a typo in the comment for clarity. Fixed the spelling of 'implemenation' to 'implementation'
1 parent 1e9cc3d commit 5d34740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_build_details.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def contents(self):
114114
def test_location(self):
115115
self.assertTrue(os.path.isfile(self.location))
116116

117-
# Override generic format tests with tests for our specific implemenation.
117+
# Override generic format tests with tests for our specific implementation.
118118

119119
@needs_installed_python
120120
@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

Comments
 (0)