Skip to content

Commit 1609824

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/api-usage.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@ parameter to get all the items when using listing methods:
206206

207207
.. warning::
208208

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

212212
.. code-block:: python
213213
@@ -396,4 +396,3 @@ parameter to that API invocation:
396396
397397
gl = gitlab.gitlab(url, token, api_version=4)
398398
gl.projects.import_github(ACCESS_TOKEN, 123456, "root", timeout=120.0)
399-

0 commit comments

Comments
 (0)