summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorstonebig <stonebig34@gmail.com>2015-11-17 17:26:19 +0100
committerJonathan Slenders <jonathan@slenders.be>2015-11-21 00:40:19 +0100
commitfd434da88c299391d6ec1868cd41c5d370c85ef4 (patch)
tree2544ddc13dde9128a75cadb6933169474ab6fdd9 /examples
parentc26fc3e2359ba512f1077b8d5b3856e23e2fe23f (diff)
bugfix in the sqlite_cli.py example
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/tutorial/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/README.rst b/examples/tutorial/README.rst
index fe6f38b3..68f0fc8f 100755
--- a/examples/tutorial/README.rst
+++ b/examples/tutorial/README.rst
@@ -187,7 +187,7 @@ Let's get started!
import sys
import sqlite3
- from prompt_toolkit import prompt
+ from prompt_toolkit import prompt, AbortAction
from prompt_toolkit.history import InMemoryHistory
from prompt_toolkit.contrib.completers import WordCompleter
from pygments.lexers import SqlLexer