Skip to content

Commit dc3350e

Browse files
committed
fixed typo
1 parent cf25488 commit dc3350e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/storage/test_pluggable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def expire(self, key, ttl):
122122
self._expire[key] = -1
123123
else:
124124
self._expire[key] = ttl
125-
# should pnly be called once per key.
125+
# should only be called once per key.
126126

127127
class PluggableSplitStorageTests(object):
128128
"""In memory split storage test cases."""

0 commit comments

Comments
 (0)