diff --git a/presto-docs/src/main/sphinx/functions/tdigest.rst b/presto-docs/src/main/sphinx/functions/tdigest.rst index 607e3e952e89..2694249e6989 100644 --- a/presto-docs/src/main/sphinx/functions/tdigest.rst +++ b/presto-docs/src/main/sphinx/functions/tdigest.rst @@ -97,6 +97,7 @@ Functions This function is particularly useful for adding externally-created tdigests to Presto. - .. function:: merge_tdigest(array>) -> tdigest - Returns a merged ``tdigest`` of the T-digests in an array. This is the - scalar complement to the aggregation function ``merge``. +.. function:: merge_tdigest(array>) -> tdigest + + Returns a merged ``tdigest`` of the T-digests in an array. This is the + scalar complement to the aggregation function ``merge``.