From f4ae573d06ca990c6f0f12f585429d864e01d70c Mon Sep 17 00:00:00 2001 From: rrampage Date: Thu, 8 Jan 2015 20:45:12 +0530 Subject: [PATCH] Corrected some typos --- README.rst | 2 +- sanity_checks.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 57999eda..40991bc4 100644 --- a/README.rst +++ b/README.rst @@ -153,7 +153,7 @@ This app includes the awesome `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 `_ is used for command line option parsing and printing error messages. diff --git a/sanity_checks.txt b/sanity_checks.txt index bc1dad7f..d8a48985 100644 --- a/sanity_checks.txt +++ b/sanity_checks.txt @@ -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.