From d6cb2d0c38204989d4827e2c6f93fdd05fba3604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Sat, 29 May 2021 13:22:36 +0200 Subject: [PATCH] Use more appropriate terminology for emphasized text --- doc/tutorial/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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**.