Skip to content

Commit 4196bde

Browse files
authored
Docs: Fixing special_range_names example (#3005)
1 parent 40f843f commit 4196bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ For example:
204204
```python
205205
range_start = 1
206206
range_end = 99
207-
special_range_names: {
207+
special_range_names = {
208208
"normal": 20,
209209
"extreme": 99,
210210
"unlimited": -1,

0 commit comments

Comments
 (0)