Skip to content

Commit da33c38

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typos: ourself -> ourselves, dolphine -> dolphin
1 parent a934303 commit da33c38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/prompts/slow-completions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
`Completer` object in a `ThreadedCompleter`. This makes sure that the
77
``get_completions`` function is executed in a background thread.
88
9-
For the `prompt` shortcut, we don't have to wrap the completer ourself.
9+
For the `prompt` shortcut, we don't have to wrap the completer ourselves.
1010
Passing `complete_in_thread=True` is sufficient.
1111
1212
- We also set a `loading` boolean in the completer function to keep track of
@@ -20,7 +20,7 @@
2020

2121
WORDS = [
2222
'alligator', 'ant', 'ape', 'bat', 'bear', 'beaver', 'bee', 'bison',
23-
'butterfly', 'cat', 'chicken', 'crocodile', 'dinosaur', 'dog', 'dolphine',
23+
'butterfly', 'cat', 'chicken', 'crocodile', 'dinosaur', 'dog', 'dolphin',
2424
'dove', 'duck', 'eagle', 'elephant', 'fish', 'goat', 'gorilla', 'kangaroo',
2525
'leopard', 'lion', 'mouse', 'rabbit', 'rat', 'snake', 'spider', 'turkey',
2626
'turtle',

0 commit comments

Comments
 (0)