Kaydet (Commit) 1743efbe authored tarafından Nick Pope's avatar Nick Pope Kaydeden (comit) Tim Graham

Fixed typos in django/db/models/query.py docstrings.

üst 862de0b2
......@@ -115,7 +115,7 @@ class ValuesIterable(BaseIterable):
class ValuesListIterable(BaseIterable):
"""
Iterable returned by QuerySet.values_lists(flat=False)
Iterable returned by QuerySet.values_list(flat=False)
that yields a tuple for each row.
"""
......@@ -148,7 +148,7 @@ class ValuesListIterable(BaseIterable):
class FlatValuesListIterable(BaseIterable):
"""
Iterable returned by QuerySet.values_lists(flat=True) that
Iterable returned by QuerySet.values_list(flat=True) that
yields single values.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment