Skip to content

Commit 0755f4c

Browse files
author
Chris Turner
committed
adjust python-specific order/limit/offset docs parts
1 parent 17decbd commit 0755f4c

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
@@ -46,7 +46,7 @@ To sort the result, add the additional ``order_by`` argument to ``fetch`` .
4646
4747
The ``order_by`` argument is passed directly to SQL and follows the same syntax as the `ORDER BY clause <https://dev.mysql.com/doc/refman/5.7/en/order-by-optimization.html>`_
4848

49-
Similarly, the LIMIT and OFFSET clauses can be used to limit the result to a subset of entities.
49+
Similarly, the ``limit`` and ``offset`` arguments can be used to limit the result to a subset of entities.
5050

5151
For example, one could do the following:
5252

0 commit comments

Comments
 (0)