[2.2.x] Removed extra characters in docs header underlines.

Backport of 25829197bb from master
This commit is contained in:
Mariusz Felisiak 2019-02-08 21:38:30 +01:00
parent 941109ccb3
commit d03e5961aa
No known key found for this signature in database
GPG key ID: 2EF56372BA48CD1B
7 changed files with 9 additions and 9 deletions

View file

@ -77,7 +77,7 @@ page::
.. _using-paginator-in-view:
Using ``Paginator`` in a view
==============================
=============================
Here's a slightly more complex example using :class:`Paginator` in a view to
paginate a queryset. We give both the view and the accompanying template to