File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
7
7
│ * number1 FLOAT The first number. [required] │
8
8
│ * number2 FLOAT The second number. [required] │
9
- │ * numbers NUMBERS... The list of numbers to multiple : │
9
+ │ * numbers NUMBERS... The list of numbers to multiply : │
10
10
│ n1*n2*n3*...*nN. │
11
11
│ [required] │
12
12
╰──────────────────────────────────────────────────────────────────────────────╯
Original file line number Diff line number Diff line change 6
6
╭─ Arguments ──────────────────────────────────────────────────────────────────╮
7
7
│ * number1 FLOAT The first number. [required] │
8
8
│ * number2 FLOAT The second number. [required] │
9
- │ * numbers NUMBERS... The list of numbers to multiple : │
9
+ │ * numbers NUMBERS... The list of numbers to multiply : │
10
10
│ n1*n2*n3*...*nN. │
11
11
│ [required] │
12
12
╰──────────────────────────────────────────────────────────────────────────────╯
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ def test_get_help_from_incongruent_path(self):
73
73
TESTS_DIR / "apps" / "test_app" / "helps" / "groups.txt"
74
74
).read_text (),
75
75
),
76
- 0.96 , # width inconsistences drive this number < 1
76
+ 0.99 , # width inconsistences drive this number < 1
77
77
)
78
78
return
79
79
finally :
@@ -127,7 +127,7 @@ def test_helps(self, app="test_app"):
127
127
TESTS_DIR / "apps" / app / helps_dir / f"{ cmds [- 1 ]} .txt"
128
128
).read_text (),
129
129
),
130
- 0.96 , # width inconsistences drive this number < 1
130
+ 0.99 , # width inconsistences drive this number < 1
131
131
)
132
132
except AssertionError :
133
133
raise
You can’t perform that action at this time.
0 commit comments