Skip to content

Commit 983726f

Browse files
committed
Fix typo in comment
1 parent 2dd48bb commit 983726f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_fractions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ def test_format_e_presentation_type(self):
891891
# Thousands separators
892892
(F('1234567.123456'), ',.5e', '1.23457e+06'),
893893
(F('123.123456'), '012_.2e', '0_001.23e+02'),
894-
# z flag is legal, but never makes a different to the output
894+
# z flag is legal, but never makes a difference to the output
895895
(F(-1, 7**100), 'z.6e', '-3.091690e-85'),
896896
]
897897
for fraction, spec, expected in testcases:

0 commit comments

Comments
 (0)