Skip to content

Commit caf5546

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typos: dolphine -> dolphin, kangoroo -> kangaroo
1 parent 9d5300f commit caf5546

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/prompts/autocompletion-like-readline.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
animal_completer = WordCompleter([
1313
'alligator', 'ant', 'ape', 'bat', 'bear', 'beaver', 'bee', 'bison',
14-
'butterfly', 'cat', 'chicken', 'crocodile', 'dinosaur', 'dog', 'dolphine',
15-
'dove', 'duck', 'eagle', 'elephant', 'fish', 'goat', 'gorilla', 'kangoroo',
14+
'butterfly', 'cat', 'chicken', 'crocodile', 'dinosaur', 'dog', 'dolphin',
15+
'dove', 'duck', 'eagle', 'elephant', 'fish', 'goat', 'gorilla', 'kangaroo',
1616
'leopard', 'lion', 'mouse', 'rabbit', 'rat', 'snake', 'spider', 'turkey',
1717
'turtle',
1818
], ignore_case=True)

0 commit comments

Comments
 (0)