From fbd7f2517915d8d240a3d544beb390c70d260881 Mon Sep 17 00:00:00 2001 From: Grey Li Date: Tue, 24 Apr 2018 17:24:36 +0800 Subject: [PATCH] Fix typo in docs --- docs/sqlalchemy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.