Fixe a documentation typo

This commit is contained in:
Julien Duponchelle
2017-03-07 14:29:45 +01:00
committed by GitHub
parent c4a2d4603e
commit 8621f4507c

View File

@@ -477,7 +477,7 @@ class CounterValueManager(BaseValueManager):
class Counter(Integer):
"""
Stores a counter that can be inremented and decremented
Stores a counter that can be incremented and decremented
"""
db_type = 'counter'