diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index 60ddfd7b9..52087db5e 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -184,7 +184,8 @@ Modify the file like follows: This showcases several features of the reStructuredText syntax, including: - a **section header** using ``===`` for the underline, -- two examples of **inline markup**: ``**bold**`` and ``*italics*``, +- two examples of **inline markup**: ``**strong emphasis**`` (typically bold) + and ``*emphasis*`` (typically italics), - an **inline external link**, - and a ``note`` **admonition**.