diff --git a/docs/sqlalchemy.rst b/docs/sqlalchemy.rst index 709770b7..9857e539 100644 --- a/docs/sqlalchemy.rst +++ b/docs/sqlalchemy.rst @@ -32,7 +32,7 @@ automatically rendered through the ``render_pagination`` macro: uses the requests current endpoint. :param prev: Symbol/text to use for the "previous page" button. If ``None``, the button will be hidden. - :param next: Symbol/text to use for the "previous next" button. If +   :param next: Symbol/text to use for the "next page" button. If ``None``, the button will be hidden. :param ellipses: Symbol/text to use to indicate that pages have been skipped. If ``None``, no indicator will be printed.