File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ This app includes the awesome `tabulate <https://pypi.python.org/pypi/tabulate>`
153
153
library for pretty printing the output of tables. The reason for vendoring this
154
154
library rather than listing it as a dependency in setup.py, is because I had to
155
155
make a change to the table format which is merged back into the original repo,
156
- but not yet released inPyPI .
156
+ but not yet released in PyPI .
157
157
158
158
`Click <http://click.pocoo.org/3/ >`_ is used for command line option parsing
159
159
and printing error messages.
Original file line number Diff line number Diff line change 17
17
* \q
18
18
19
19
* Simple execution:
20
- 1 Execute a simple 'select * from users;' test taht will pass.
20
+ 1 Execute a simple 'select * from users;' test that will pass.
21
21
2 Execute a syntax error: 'insert into users ( ;'
22
22
3 Execute a simple test from step 1 again to see if it still passes.
23
23
* Change the database and try steps 1 - 3.
You can’t perform that action at this time.
0 commit comments