Skip to content

Commit f4ae573

Browse files
committed
Corrected some typos
1 parent 2e4545c commit f4ae573

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This app includes the awesome `tabulate <https://pypi.python.org/pypi/tabulate>`
153153
library for pretty printing the output of tables. The reason for vendoring this
154154
library rather than listing it as a dependency in setup.py, is because I had to
155155
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.
157157

158158
`Click <http://click.pocoo.org/3/>`_ is used for command line option parsing
159159
and printing error messages.

sanity_checks.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* \q
1818

1919
* 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.
2121
2 Execute a syntax error: 'insert into users ( ;'
2222
3 Execute a simple test from step 1 again to see if it still passes.
2323
* Change the database and try steps 1 - 3.

0 commit comments

Comments
 (0)