summaryrefslogtreecommitdiff
path: root/gitlab
diff options
context:
space:
mode:
authorDonghui Wang <977675308@qq.com>2020-03-21 15:54:29 +0800
committerdonhui <977675308@qq.com>2020-03-21 16:02:41 +0800
commitb066b41314f55fbdc4ee6868d1e0aba1e5620a48 (patch)
tree9a737318e160cd047daf1d3d9f92264e3077e2af /gitlab
parentac6b2daf8048f4f6dea14bbf142b8f3a00726443 (diff)
downloadgitlab-b066b41314f55fbdc4ee6868d1e0aba1e5620a48.tar.gz
docs: fix comment of prev_page()
Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
Diffstat (limited to 'gitlab')
-rw-r--r--gitlab/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab/__init__.py b/gitlab/__init__.py
index 929ebc3..a12ffb9 100644
--- a/gitlab/__init__.py
+++ b/gitlab/__init__.py
@@ -800,7 +800,7 @@ class GitlabList(object):
@property
def prev_page(self):
- """The prev page number.
+ """The previous page number.
If None, the current page is the first.
"""