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

View File

@@ -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,