Docs: Fixing special_range_names example (#3005)

This commit is contained in:
Exempt-Medic 2024-03-21 16:38:36 -04:00 committed by GitHub
parent 40f843f54d
commit 4196bde597
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ For example:
```python ```python
range_start = 1 range_start = 1
range_end = 99 range_end = 99
special_range_names: { special_range_names = {
"normal": 20, "normal": 20,
"extreme": 99, "extreme": 99,
"unlimited": -1, "unlimited": -1,