Skip to content

Commit 5fd4601

Browse files
Harry-Leespicnixz
andauthored
Fix typo in Lib/test/test_platform.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent fb133e1 commit 5fd4601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ def test_arg_parsing(self):
786786
#
787787
# This test tests that the arguments are correctly passed to the underlying
788788
# `platform.platform()` call. The parameters are two booleans for `aliased`
789-
# and `terse`
789+
# and `terse`.
790790
options = (
791791
("--nonaliased", (False, False)),
792792
("nonaliased", (False, False)),

0 commit comments

Comments
 (0)