10000
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.
2 parents 4ffaf1d + b066b41 commit 82deb7dCopy full SHA for 82deb7d
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 previous 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