Update README.md

This commit is contained in:
evilchili 2023-12-31 13:02:02 -08:00 committed by GitHub
parent 1159dec4f5
commit eae6a29ebb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,10 +52,10 @@ table, a list of dictionaries, and so on. A DataSource instance populated with t
```python
[
{'rarity': 'common', 'sort_order': 0}},
{'rarity': 'uncommon, 'sort_order': 1}},
{'rarity': 'rare, 'sort_order': 2}},
{'rarity': 'very rare, 'sort_order': 3}},
{'rarity': 'legendary, 'sort_order': 4}},
{'rarity': 'uncommon', 'sort_order': 1}},
{'rarity': 'rare', 'sort_order': 2}},
{'rarity': 'very rare', 'sort_order': 3}},
{'rarity': 'legendary', 'sort_order': 4}},
]
```