Fix typo in cooldown contrib README

This commit is contained in:
Griatch 2022-02-24 10:12:36 +01:00
parent 4473aab19d
commit 82fdcf06f9

View file

@ -30,7 +30,7 @@ customize this if desired by passing a different value for the `db_attribute`
parameter.
```python
from evennia.contrib.game_systems.cooldowns import Cooldownhandler
from evennia.contrib.game_systems.cooldowns import CooldownHandler
from evennia.utils.utils import lazy_property
@lazy_property