Skip to content

Commit

Permalink
docs: fix comment of prev_page()
Browse files Browse the repository at this point in the history
Co-Authored-By: Nejc Habjan <hab.nejc@gmail.com>
  • Loading branch information
donhui and nejch committed Mar 21, 2020
1 parent ac6b2da commit b066b41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/__init__.py
Expand Up @@ -800,7 +800,7 @@ def current_page(self):

@property
def prev_page(self):
"""The prev page number.
"""The previous page number.
If None, the current page is the first.
"""
Expand Down

0 comments on commit b066b41

Please sign in to comment.