Skip to content

Commit 2064fc8

Browse files
authored
Update instructions.append.md
Instruction does not match the unit test. The exception message tested in the unit test is more precise. Hence, I've changed the instruction.
1 parent eedf04a commit 2064fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/largest-series-product/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To raise a `ValueError` with a message, write the message as an argument to the
1010

1111
```python
1212
# span of numbers is longer than number series
13-
raise ValueError("span must be smaller than string length")
13+
raise ValueError("span must not exceed string length")
1414

1515
# span of number is negative
1616
raise ValueError("span must not be negative")

0 commit comments

Comments
 (0)