Skip to content

Commit

Permalink
Minor doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed May 5, 2018
1 parent 1b9686c commit f52cbe7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ compilation and installation.
A number of the quirks and bugs in the SQLite shell are also
addressed. It provides command line editing and completion. You can
easily include it into your own program to provide SQLite interaction
and add your own commands.
and add your own commands. The autoimport and find commands are also
useful.

Commands
========
Expand Down Expand Up @@ -140,7 +141,8 @@ Example

All examples of using the SQLite shell should work as is, plus you get
extra features and functionality like colour, command line completion
and better dumps.
and better dumps. (The standard SQLite shell does have several more Commands
that help with debugging and introspecting SQLite itself.)

You can also use the shell programmatically (or even interactively and
programmatically at the same time). See the :ref:`example
Expand All @@ -166,7 +168,7 @@ If the shell reads data that is not valid for the input encoding or
cannot convert Unicode to the output encoding then you will get an
error.

When the shell starts Python automatically detects the encodings to
When the shell starts, Python automatically detects the encodings to
use for console input and output. (For example on Unix like systems
the LC_CTYPE environment variable is sometimes used. On Windows it
can find out the `code page
Expand Down

0 comments on commit f52cbe7

Please sign in to comment.