Skip to content

Commit 0b1f794

Browse files
max-wittigmitar
andauthored
docs(pagination): clear up pagination docs
Co-Authored-By: Mitar <mitar.git@tnode.com>
1 parent 99b4484 commit 0b1f794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api-usage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ parameter to get all the items when using listing methods:
207207
.. warning::
208208

209209
The all=True option uses keyset pagination by default, if order_by="id"
210-
or if order_by is not supplied.
210+
The all=True option uses keyset pagination by default if order_by is not supplied,
211+
or if order_by="id".
211212

212213
.. code-block:: python
213214
@@ -396,4 +397,3 @@ parameter to that API invocation:
396397
397398
gl = gitlab.gitlab(url, token, api_version=4)
398399
gl.projects.import_github(ACCESS_TOKEN, 123456, "root", timeout=120.0)
399-

0 commit comments

Comments
 (0)