mirror of
https://github.com/django/django.git
synced 2025-03-03 13:34:26 +00:00
Fixed typo in docs/ref/contrib/postgres/aggregates.txt.
This commit is contained in:
parent
1a403aa705
commit
82243e5150
@ -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``
|
||||
|
Loading…
x
Reference in New Issue
Block a user