Skip to content

Commit 64090d7

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typo: dolphine -> dolphin
1 parent 9ced826 commit 64090d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/full-screen/simple-demos/autocompletion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# The completer.
2020
animal_completer = WordCompleter([
2121
'alligator', 'ant', 'ape', 'bat', 'bear', 'beaver', 'bee', 'bison',
22-
'butterfly', 'cat', 'chicken', 'crocodile', 'dinosaur', 'dog', 'dolphine',
22+
'butterfly', 'cat', 'chicken', 'crocodile', 'dinosaur', 'dog', 'dolphin',
2323
'dove', 'duck', 'eagle', 'elephant', 'fish', 'goat', 'gorilla', 'kangaroo',
2424
'leopard', 'lion', 'mouse', 'rabbit', 'rat', 'snake', 'spider', 'turkey',
2525
'turtle',

0 commit comments

Comments
 (0)