You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/__init__.py: avoid duplication in Page.delete_page() and Page.delete_pages().
Page.delete_page() now simply calls Page.delete_pages().
Page.delete_pages(): if we are given a single negative page number, add
page_count unti not negative. This makes us match documented behaviour of
delete_page().
0 commit comments