Skip to content

Commit a51a10e

Browse files
authored
Update instructions.append.md (exercism#3947)
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 a51a10e

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)