You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/07/14 18:51:02 UTC

[incubator-datasketches-website] branch master updated: Fix typo

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e9febe9  Fix typo
e9febe9 is described below

commit e9febe9d3b9d84d1cf7da06e695d3c5076d53daa
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Tue Jul 14 11:50:36 2020 -0700

    Fix typo
---
 docs/Architecture/SketchFeaturesMatrix.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Architecture/SketchFeaturesMatrix.md b/docs/Architecture/SketchFeaturesMatrix.md
index 86d36d4..1cc0ae7 100644
--- a/docs/Architecture/SketchFeaturesMatrix.md
+++ b/docs/Architecture/SketchFeaturesMatrix.md
@@ -62,8 +62,8 @@ Use the following table to compare the capabilities of the different sketch fami
 <sup>3</sup> Tuple Sketch: Example Code in test/.../tuple/aninteger.<br>
 <sup>4</sup> Theta Sketch: C++/Python has no implementaion of the Jaccard, yet.<br>
 <sup>5</sup> Frequent Items Sketch: PostgreSQL implemented for Strings only.<br>
-<sup>6</sup> KLL Sketch: Python implemented for both just floats and ints.
-<sup>7</sup> See [Python Install Instructions](https://github.com/apache/incubator-datasketches-cpp/tree/master/python)
+<sup>6</sup> KLL Sketch: Python implemented for both just floats and ints.<br>
+<sup>7</sup> See [Python Install Instructions](https://github.com/apache/incubator-datasketches-cpp/tree/master/python)<br>
 
 
 ## Definitions


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