Skip to content

Commit 90ce8a6

Browse files
committed
Remove superfluous stars.
1 parent 5f64cb5 commit 90ce8a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/inputoutput.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2018-08-03 17:52+0200\n"
9-
"PO-Revision-Date: 2018-10-04 15:09+0200\n"
9+
"PO-Revision-Date: 2018-10-04 15:54+0200\n"
1010
"Last-Translator: \n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -144,7 +144,7 @@ msgstr ""
144144

145145
#: ../Doc/tutorial/inputoutput.rst:98
146146
msgid "Formatted String Literals"
147-
msgstr "Les chaines de caractère formatées (*f-strings*)"
147+
msgstr "Les chaines de caractères formatées (*f-strings*)"
148148

149149
#: ../Doc/tutorial/inputoutput.rst:100
150150
msgid ""
@@ -153,7 +153,7 @@ msgid ""
153153
"prefixing the string with ``f`` or ``F`` and writing expressions as "
154154
"``{expression}``."
155155
msgstr ""
156-
":ref:`Les chaines de caractère formatées *<f-strings>*` (aussi appelées f-"
156+
":ref:`Les chaines de caractères formatées <f-strings>` (aussi appelées f-"
157157
"strings) vous permettent d’inclure la valeur d’expressions Python dans des "
158158
"chaines de caractères en les préfixant avec ``f`` ou ``F`` et écrire des "
159159
"expressions comme ``{expression}``."

0 commit comments

Comments
 (0)