From ad6bb20557f5c87de26aeb3afb061af942a8cc17 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 28 Dec 2021 12:36:57 +0100 Subject: Avoided counting attributes and methods in docs. --- docs/ref/contrib/postgres/aggregates.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'docs/ref/contrib/postgres') diff --git a/docs/ref/contrib/postgres/aggregates.txt b/docs/ref/contrib/postgres/aggregates.txt index 7c901a0bad..285e86f5d5 100644 --- a/docs/ref/contrib/postgres/aggregates.txt +++ b/docs/ref/contrib/postgres/aggregates.txt @@ -240,13 +240,11 @@ field or an expression returning a numeric data. Both are required. Returns the population covariance as a ``float``, or ``default`` if there aren't any matching rows. - Has one optional argument: - .. attribute:: sample - By default ``CovarPop`` returns the general population covariance. - However, if ``sample=True``, the return value will be the sample - population covariance. + Optional. By default ``CovarPop`` returns the general population + covariance. However, if ``sample=True``, the return value will be the + sample population covariance. ``RegrAvgX`` ------------ -- cgit v1.3