Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in fetching previous page #312

Closed
KStasi opened this issue May 1, 2020 · 1 comment
Closed

Typo in fetching previous page #312

KStasi opened this issue May 1, 2020 · 1 comment

Comments

@KStasi
Copy link

KStasi commented May 1, 2020

It checks the wrong ref.

def prev(self):
if self.next_href is None:
raise NotPageableError("The prev page does not exist.")

@overcat
Copy link
Member

overcat commented May 1, 2020

Thank you, fixed in v2.3.2.

@overcat overcat closed this as completed May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants