Skip to content

Commit 791ea4a

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs-parts/queries/03-Fetch_lang1.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ For example, one could do the following:
7070
.. code-block:: python
7171
7272
data = query.fetch(order_by='name', limit=10, offset=5)
73+
7374
Note that an ``offset`` cannot be used without specifying a ``limit`` as well.
75+
7476
Usage with Pandas
7577
~~~~~~~~~~~~~~~~~
7678

0 commit comments

Comments
 (0)