Skip to content

Commit ead86ea

Browse files
authored
Merge pull request apache#708 from noplay/patch-1
Fix a documentation typo
2 parents c4a2d46 + 8621f45 commit ead86ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cassandra/cqlengine/columns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def __init__(self, instance, column, value):
477477

478478
class Counter(Integer):
479479
"""
480-
Stores a counter that can be inremented and decremented
480+
Stores a counter that can be incremented and decremented
481481
"""
482482
db_type = 'counter'
483483

0 commit comments

Comments
 (0)