Skip to content

Commit 6e249a3

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

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
@@ -63,7 +63,7 @@ If an attribute happens to be a SQL reserved word, it needs to be enclosed in ba
6363
6464
data = query.fetch(order_by='`select` desc')
6565
66-
The `order_by` value is eventually passed to the ``ORDER BY`` clause <https://dev.mysql.com/doc/refman/5.7/en/order-by-optimization.html>`_
66+
The ``order_by`` value is eventually passed to the ``ORDER BY`` `clause <https://dev.mysql.com/doc/refman/5.7/en/order-by-optimization.html>`_.
6767

6868
Similarly, the ``limit`` and ``offset`` arguments can be used to limit the result to a subset of entities.
6969

0 commit comments

Comments
 (0)