summaryrefslogtreecommitdiff
path: root/gitlab/base.py
diff options
context:
space:
mode:
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