From 25c4287da5c841afe1d923a9cb4c14841b691387 Mon Sep 17 00:00:00 2001 From: Noah Sprent <39567418+noahsprent@users.noreply.github.com> Date: Wed, 2 Feb 2022 10:52:06 +0100 Subject: [PATCH] Remove commas when describing characters for section headings --- doc/usage/restructuredtext/basics.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/usage/restructuredtext/basics.rst b/doc/usage/restructuredtext/basics.rst index 16cfc6109..c846dc145 100644 --- a/doc/usage/restructuredtext/basics.rst +++ b/doc/usage/restructuredtext/basics.rst @@ -245,10 +245,10 @@ follow: * ``#`` with overline, for parts * ``*`` with overline, for chapters -* ``=``, for sections -* ``-``, for subsections -* ``^``, for subsubsections -* ``"``, for paragraphs +* ``=`` for sections +* ``-`` for subsections +* ``^`` for subsubsections +* ``"`` for paragraphs Of course, you are free to use your own marker characters (see the reST documentation), and use a deeper nesting level, but keep in mind that most