We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b757b2 commit 38422edCopy full SHA for 38422ed
1 file changed
docs/source/helper/index.rst
@@ -8,7 +8,7 @@ functionality within sketches.
8
Some of them are abstract base classes, but in those cases there is at
9
least one reference example of a concrete class.
10
11
- * :class:`serde` is used when serializing and deserializing sketches/
+ * :class:`serde` is used when serializing and deserializing sketches.
12
* :class:`jaccard` is used to compute the Jaccard similarity between pairs of theta or tuple sketches.
13
* :class:`tuple_policy` is required to use a :class:`tuple_sketch` by specifying how summaries are combined.
14
* :func:`ks_test` performs a Kolmogorov-Smirnov test on absolute-error quantiles family sketches.
0 commit comments