Merge pull request #229 from fivepapertigers/patch-1

Fix typo in python/README.md
diff --git a/python/README.md b/python/README.md
index 5153405..fcc595f 100644
--- a/python/README.md
+++ b/python/README.md
@@ -26,7 +26,7 @@
 
 ### Installing
 
-Assuming you have already checked out the library and any dependent submodules, install by simply replacing the lsat
+Assuming you have already checked out the library and any dependent submodules, install by simply replacing the last
 line of the build command with `python setup.py install`.
 
 ### Unit tests