double backticks - inline literals

This commit is contained in:
eviau 2023-02-07 20:34:39 -05:00
parent 4cb34929f9
commit af53237a94
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ msgstr "name"
#: library/enum.rst:307
msgid "The name of the member being defined (e.g. 'RED')."
msgstr "Nom du membre en cours de définition (par ex. `RED`)."
msgstr "Nom du membre en cours de définition (par ex. ``RED``)."
#: library/enum.rst:308
msgid "The start value for the Enum; the default is 1."