You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2021/07/21 20:04:14 UTC

[datasketches-cpp] branch master updated: Fix typo in python/README.md

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-cpp.git


The following commit(s) were added to refs/heads/master by this push:
     new 03c56bf  Fix typo in python/README.md
     new 982efcc  Merge pull request #229 from fivepapertigers/patch-1
03c56bf is described below

commit 03c56bf861fc202996082ed28324d384ffe3ac45
Author: Jacob <ja...@gmail.com>
AuthorDate: Wed Jul 21 10:23:52 2021 -0400

    Fix typo in python/README.md
    
    Fixes a small typo in the README.md to avoid confusion
---
 python/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ If you cloned without `--recursive`, you can add the submodule post-checkout usi
 
 ### 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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org