mirror of
https://github.com/django/django.git
synced 2025-07-19 17:19:12 +00:00
[1.9.x] Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
Backport of 82243e5150f67b6fe8c6f8f650bf3b492823c3e7 from master
This commit is contained in:
parent
6ec2ab1cda
commit
844f071c66
@ -118,7 +118,7 @@ field or an expression returning a numeric data. Both are required.
|
|||||||
|
|
||||||
.. class:: RegrAvgY(y, x)
|
.. 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.
|
``float``, or ``None`` if there aren't any matching rows.
|
||||||
|
|
||||||
``RegrCount``
|
``RegrCount``
|
||||||
|
Loading…
x
Reference in New Issue
Block a user