Skip to content

Commit 74a8584

Browse files
Chris Turnerdimitri-yatsenko
andauthored
docs-parts/queries/03-Fetch_lang1.rst: note offset req's limit
Co-authored-by: Dimitri Yatsenko <[email protected]>
1 parent beaef68 commit 74a8584

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
@@ -70,7 +70,7 @@ For example, one could do the following:
7070
.. code-block:: python
7171
7272
data = query.fetch(order_by='name', limit=10, offset=5)
73-
73+
Note that an ``offset`` cannot be used without specifying a ``limit`` as well.
7474
Usage with Pandas
7575
~~~~~~~~~~~~~~~~~
7676

0 commit comments

Comments
 (0)