Skip to content

Commit 2e61647

Browse files
Chris Turnerguzman-raphael
andauthored
Update docs-parts/queries/03-Fetch_lang1.rst
Co-authored-by: Raphael Guzman <[email protected]>
1 parent 6e249a3 commit 2e61647

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 used 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 a SQL reserved word, it needs to be enclosed in backquotes. For example:
6161

0 commit comments

Comments
 (0)