diff options
-rw-r--r-- | gitlab/base.py | 2 |
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. """ |