Skip to content

Commit beaef68

Browse files
Chris Turnerdimitri-yatsenko
andauthored
docs-parts/queries/03-Fetch_lang1.rst: use->used
Co-authored-by: Dimitri Yatsenko <[email protected]>
1 parent 0b614fa commit beaef68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-parts/queries/03-Fetch_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To sort the result, use the ``order_by`` keyword argument.
5555
5656
The ``order_by`` argument can be a string specifying the attribute to sort by. By default the sort is in ascending order. Use ``'attr desc'`` to sort in descending order by attribute ``attr``. The value can also be a sequence of strings, in which case, the sort performed on all the attributes jointly in the order specified.
5757

58-
The special attribute name ``"KEY"`` represents the primary key attributes in order that they appear in the index. Otherwise, this name can be use as any other argument.
58+
The special attribute name ``"KEY"`` represents the primary key attributes in order that they appear in the index. Otherwise, this name can be used as any other argument.
5959

6060
If an attribute happens to be an SQL reserved word, it needs to be enclosed in backquotes. For example
6161
...code: python

0 commit comments

Comments
 (0)