Skip to content

Commit 9724063

Browse files
Fixed typo in autocomplete-with-control-space example.
1 parent 81c3015 commit 9724063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/prompts/auto-completion/autocomplete-with-control-space.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
"""
3-
Eample of using the control-space key binding for auto completion.
3+
Example of using the control-space key binding for auto completion.
44
"""
55
from __future__ import unicode_literals
66

0 commit comments

Comments
 (0)