Double colons behave differently if the previous char is a space

See http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#literal-blocks

> As a convenience, the "::" is recognized at the end of any paragraph. If immediately preceded by whitespace, both colons will be removed from the output (this is the "partially minimized" form). When text immediately precedes the "::", one colon will be removed from the output, leaving only one colon visible (i.e., "::" will be replaced by ":"; this is the "fully minimized" form).
This commit is contained in:
Mickaël Bergem 2018-07-13 11:27:25 +02:00
parent 561d3acd17
commit 45bb74337d

View File

@ -101,12 +101,12 @@ msgstr "Exemples d'utilisation de la classe :class:`ModuleFinder`"
#: ../Doc/library/modulefinder.rst:63
msgid "The script that is going to get analyzed later on (bacon.py)::"
msgstr "Le script qui sera analysé (bacon.py) ::"
msgstr "Le script qui sera analysé (bacon.py) : ::"
#: ../Doc/library/modulefinder.rst:78
msgid "The script that will output the report of bacon.py::"
msgstr "Le script qui va afficher le rapport de bacon.py ::"
msgstr "Le script qui va afficher le rapport de bacon.py : ::"
#: ../Doc/library/modulefinder.rst:94
msgid "Sample output (may vary depending on the architecture)::"
msgstr "Exemple de sortie (peut varier en fonction de l'architecture) ::"
msgstr "Exemple de sortie (peut varier en fonction de l'architecture) : ::"