summaryrefslogtreecommitdiff
path: root/gitlab/base.py
diff options
context:
space:
mode:
authordonhui <977675308@qq.com>2020-03-20 16:53:17 +0800
committerdonhui <977675308@qq.com>2020-03-20 16:53:17 +0800
commit7993c935f62e67905af558dd06394764e708cafe (patch)
treed43f1406069fa945feeb125378fbfd7f9e7aae91 /gitlab/base.py
parentad7e2bf7472668ffdcc85eec30db4139b92595a6 (diff)
downloadgitlab-7993c935f62e67905af558dd06394764e708cafe.tar.gz
docs: fix comment of prev_page()
Diffstat (limited to 'gitlab/base.py')
-rw-r--r--gitlab/base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitlab/base.py b/gitlab/base.py
index a791db2..3a6facc 100644
--- a/gitlab/base.py
+++ b/gitlab/base.py
@@ -194,9 +194,9 @@ class RESTObjectList(object):
@property
def prev_page(self):
- """The next page number.
+ """The prev page number.
- If None, the current page is the last.
+ If None, the current page is the first.
"""
return self._list.prev_page