Skip to content

Commit 3f43a90

Browse files
committed
Coquille dans float()
1 parent e56a2eb commit 3f43a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/functions.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,7 +1201,7 @@ msgid ""
12011201
"returns elements of *iterable* for which *function* returns false."
12021202
msgstr ""
12031203
"Voir :func:`itertools.filterfalse` pour la fonction complémentaire qui donne "
1204-
"les éléments d'*iterable* pour lesquels *fonction* donne ``False``."
1204+
"les éléments d'*iterable* pour lesquels *function* donne ``False``."
12051205

12061206
#: ../Doc/library/functions.rst:574
12071207
msgid "Return a floating point number constructed from a number or string *x*."
@@ -1263,7 +1263,7 @@ msgstr ""
12631263

12641264
#: ../Doc/library/functions.rst:605
12651265
msgid "If no argument is given, ``0.0`` is returned."
1266-
msgstr "Dans argument, ``0.0`` est donné."
1266+
msgstr "Sans argument, ``0.0`` est donné."
12671267

12681268
#: ../Doc/library/functions.rst:607
12691269
msgid "Examples::"

0 commit comments

Comments
 (0)