diff options
| author | pp <pp@users.noreply.github.com> | 2016-01-10 17:48:16 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-01-11 18:05:15 -0500 |
| commit | b34ff66e5bae3760273255fa5b2525eb21a5eb63 (patch) | |
| tree | d3cf5e9ea9af2d34bc61122d6bf891553b55472f /docs/ref/models | |
| parent | 99d2469e75f1567cbe5ee753563edb68cd51d74a (diff) | |
Added missing period to "etc.".
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/querysets.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index af307fa47d..9ae2ab4ff6 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -225,7 +225,7 @@ annotate Annotates each object in the ``QuerySet`` with the provided list of :doc:`query expressions </ref/models/expressions>`. An expression may be a simple value, a reference to a field on the model (or any related models), or an aggregate -expression (averages, sums, etc) that has been computed over the objects that +expression (averages, sums, etc.) that has been computed over the objects that are related to the objects in the ``QuerySet``. Each argument to ``annotate()`` is an annotation that will be added @@ -1954,7 +1954,7 @@ aggregate .. method:: aggregate(*args, **kwargs) -Returns a dictionary of aggregate values (averages, sums, etc) calculated over +Returns a dictionary of aggregate values (averages, sums, etc.) calculated over the ``QuerySet``. Each argument to ``aggregate()`` specifies a value that will be included in the dictionary that is returned. |
