We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad7e2bf commit 7993c93Copy full SHA for 7993c93
gitlab/__init__.py
@@ -800,9 +800,9 @@ def current_page(self):
800
801
@property
802
def prev_page(self):
803
- """The next page number.
+ """The prev page number.
804
805
- If None, the current page is the last.
+ If None, the current page is the first.
806
"""
807
return int(self._prev_page) if self._prev_page else None
808
gitlab/base.py
@@ -194,9 +194,9 @@ def current_page(self):
194
195
196
197
198
199
200
201
return self._list.prev_page
202
0 commit comments