Skip to content

Commit 8ba51e0

Browse files
fix spelling
1 parent 9993b1e commit 8ba51e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/checkers/unittest_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def test_disable_global_option_end_of_line() -> None:
213213
("20e-9", "2e-8", "20e-9", "2e-08"), # 2e-08 is what python offer on str(float)
214214
(
215215
# 15 significant digits because we get rounding error otherwise
216-
# and 15 seems enough especially since we don't autofix
216+
# and 15 seems enough especially since we don't auto-fix
217217
"10_5415_456_465498.16354698489",
218218
"1.05415456465498e14",
219219
"105.415456465498e12",

0 commit comments

Comments
 (0)