Skip to content

Commit e74a1d4

Browse files
Fix variable name in doc
1 parent 0612c3b commit e74a1d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
base_not_between_one_and_10 = 10e3 # [bad-float-notation]
1+
base_not_between_one_and_ten = 10e3 # [bad-float-notation]
22
above_threshold_without_exponent = 10000000 # [bad-float-notation]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
base_between_one_and_10 = 1e4
1+
base_between_one_and_ten = 1e4
22
above_threshold_with_exponent = 1e7

0 commit comments

Comments
 (0)