Skip to content

Commit ae23695

Browse files
author
Chris Turner
committed
03-Fetch_lang1.rst: clarify order_by keyword
1 parent 695f656 commit ae23695

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
@@ -38,7 +38,7 @@ Primary key values
3838
Sorting and limiting the results
3939
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4040

41-
To sort the result, add the additional ``order_by`` argument to ``fetch`` .
41+
To sort the result, use the ``order_by`` keyword argument.
4242

4343
.. code-block:: python
4444

0 commit comments

Comments
 (0)