diff options
Diffstat (limited to 'core/models/wallets.py')
-rw-r--r-- | core/models/wallets.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/models/wallets.py b/core/models/wallets.py index 7c0dea4..a90a737 100644 --- a/core/models/wallets.py +++ b/core/models/wallets.py @@ -99,7 +99,7 @@ class Wallet(models.Model): # Yes this is horribly, horribly inefficient, esp. for a page that have date, people and cave in it def date(self): - """Reads all the JSON data just to get the JSNON date.""" + """Reads all the JSON data just to get the JSON date.""" if self.walletdate: return self.walletdate if not self.get_json(): |