Skip to content

Commit eb86917

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typo: Cronologically -> Chronologically
1 parent 76ece10 commit eb86917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prompt_toolkit/history.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def __getitem__(self, key):
2727

2828
@abstractmethod
2929
def __iter__(self):
30-
" Iterate through all the items of the history. Cronologically. "
30+
" Iterate through all the items of the history. Chronologically. "
3131

3232
@abstractmethod
3333
def __len__(self):

0 commit comments

Comments
 (0)