1
0
Fork 0

Corrected some typos

This commit is contained in:
rrampage 2015-01-08 20:45:12 +05:30
parent 2e4545c3de
commit f4ae573d06
2 changed files with 2 additions and 2 deletions

View File

@ -153,7 +153,7 @@ This app includes the awesome `tabulate <https://pypi.python.org/pypi/tabulate>`
library for pretty printing the output of tables. The reason for vendoring this
library rather than listing it as a dependency in setup.py, is because I had to
make a change to the table format which is merged back into the original repo,
but not yet released inPyPI.
but not yet released in PyPI.
`Click <http://click.pocoo.org/3/>`_ is used for command line option parsing
and printing error messages.

View File

@ -17,7 +17,7 @@
* \q
* Simple execution:
1 Execute a simple 'select * from users;' test taht will pass.
1 Execute a simple 'select * from users;' test that will pass.
2 Execute a syntax error: 'insert into users ( ;'
3 Execute a simple test from step 1 again to see if it still passes.
* Change the database and try steps 1 - 3.