There was an error while loading. Please reload this page.
Cronologically
Chronologically
1 parent 76ece10 commit eb86917Copy full SHA for eb86917
prompt_toolkit/history.py
@@ -27,7 +27,7 @@ def __getitem__(self, key):
27
28
@abstractmethod
29
def __iter__(self):
30
- " Iterate through all the items of the history. Cronologically. "
+ " Iterate through all the items of the history. Chronologically. "
31
32
33
def __len__(self):
0 commit comments