1
0
Fork 0

Remove superfluous stars.

This commit is contained in:
Julien Palard 2018-10-04 15:54:16 +02:00
parent 5f64cb5bd8
commit 90ce8a650b
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-08-03 17:52+0200\n"
"PO-Revision-Date: 2018-10-04 15:09+0200\n"
"PO-Revision-Date: 2018-10-04 15:54+0200\n"
"Last-Translator: \n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -144,7 +144,7 @@ msgstr ""
#: ../Doc/tutorial/inputoutput.rst:98
msgid "Formatted String Literals"
msgstr "Les chaines de caractère formatées (*f-strings*)"
msgstr "Les chaines de caractères formatées (*f-strings*)"
#: ../Doc/tutorial/inputoutput.rst:100
msgid ""
@ -153,7 +153,7 @@ msgid ""
"prefixing the string with ``f`` or ``F`` and writing expressions as "
"``{expression}``."
msgstr ""
":ref:`Les chaines de caractère formatées *<f-strings>*` (aussi appelées f-"
":ref:`Les chaines de caractères formatées <f-strings>` (aussi appelées f-"
"strings) vous permettent dinclure la valeur dexpressions Python dans des "
"chaines de caractères en les préfixant avec ``f`` ou ``F`` et écrire des "
"expressions comme ``{expression}``."