~turminal/django

844f071c660c068244ab0c4667390194f1b4fc92 — Francisco Capdevila 8 years ago 6ec2ab1
[1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.

Backport of 82243e5150f67b6fe8c6f8f650bf3b492823c3e7 from master
1 files changed, 1 insertions(+), 1 deletions(-)

M docs/ref/contrib/postgres/aggregates.txt
M docs/ref/contrib/postgres/aggregates.txt => docs/ref/contrib/postgres/aggregates.txt +1 -1
@@ 118,7 118,7 @@ field or an expression returning a numeric data. Both are required.

.. class:: RegrAvgY(y, x)

    Returns the average of the independent variable (``sum(y)/N``) as a
    Returns the average of the dependent variable (``sum(y)/N``) as a
    ``float``, or ``None`` if there aren't any matching rows.

``RegrCount``