Skip to content

Commit

Permalink
Docs: Fixing special_range_names example (#3005)
Browse files Browse the repository at this point in the history
  • Loading branch information
Exempt-Medic authored Mar 21, 2024
1 parent 40f843f commit 4196bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/options api.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ For example:
```python
range_start = 1
range_end = 99
special_range_names: {
special_range_names = {
"normal": 20,
"extreme": 99,
"unlimited": -1,
Expand Down

0 comments on commit 4196bde

Please sign in to comment.