From 86a361fb0135902872347bfa5a7ca88cc80cadaa Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 23 Feb 2021 16:10:03 +0000 Subject: [PATCH] Remove italics from "Models" section header Single quotes are italics in reST and I see no need for them in this particular heading. --- docs/models.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/models.rst b/docs/models.rst index 8fcbdc5c7..1e2657ce7 100644 --- a/docs/models.rst +++ b/docs/models.rst @@ -1,5 +1,5 @@ -`Models` -======== +Models +====== .. automodule:: oauth2_provider.models :members: