summaryrefslogtreecommitdiff
path: root/gitlab/base.py
diff options
context:
space:
mode:
authorDonghui Wang <977675308@qq.com>2020-03-21 15:54:20 +0800
committerdonhui <977675308@qq.com>2020-03-21 16:02:25 +0800
commitac6b2daf8048f4f6dea14bbf142b8f3a00726443 (patch)
tree5c4ec1e32424e95534b2b2d1a3dd16d6eebe4466 /gitlab/base.py
parent7993c935f62e67905af558dd06394764e708cafe (diff)
downloadgitlab-ac6b2daf8048f4f6dea14bbf142b8f3a00726443.tar.gz
docs: fix comment of prev_page()
Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
Diffstat (limited to 'gitlab/base.py')
-rw-r--r--gitlab/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/base.py b/gitlab/base.py
index 3a6facc..bc27237 100644
--- a/gitlab/base.py
+++ b/gitlab/base.py
@@ -194,7 +194,7 @@ class RESTObjectList(object):
@property
def prev_page(self):
- """The prev page number.
+ """The previous page number.
If None, the current page is the first.
"""