8000 Make merge (#34) · python/python-docs-fr@c456065 · GitHub
[go: up one dir, main page]

Skip to content

Commit c456065

Browse files
JulienPalardChristophe Nanteuil
authored and
Christophe Nanteuil
committed
Make merge (#34)
Pour python/cpython#101852 Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/34 Co-authored-by: Julien Palard <julien@palard.fr> Co-committed-by: Julien Palard <julien@palard.fr>
1 parent be3fe26 commit c456065

File tree

5 files changed

+482
-437
lines changed

5 files changed

+482
-437
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# from which we generated our po files. We use it here so when we
2121
# test build, we're building with the .rst files that generated our
2222
# .po files.
23-
CPYTHON_CURRENT_COMMIT := 955ba2839bc5875424ae745bfab53e880a9ace49
23+
CPYTHON_CURRENT_COMMIT := 1b736838e6ae1b4ef42cdd27c2708face908f92c
2424
LANGUAGE := fr
2525
BRANCH := 3.11
2626

library/asyncio-task.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
8+
"POT-Creation-Date: 2023-02-12 21:25+0100\n"
99
"PO-Revision-Date: 2020-09-22 17:11+0200\n"
1010
"Last-Translator: Philippe GALVAN <git.philippe.galvan@outlook.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -1297,9 +1297,10 @@ msgid "The *limit* argument is passed to :meth:`get_stack` directly."
12971297
msgstr "Le paramètre *limit* est directement passé à :meth:`get_stack`."
12981298

12991299
#: library/asyncio-task.rst:1099
1300+
#, fuzzy
13001301
msgid ""
13011302
"The *file* argument is an I/O stream to which the output is written; by "
1302-
"default output is written to :data:`sys.stderr`."
1303+
"default output is written to :data:`sys.stdout`."
13031304
msgstr ""
13041305
"Le paramètre *file* est un flux d'entrées-sorties sur lequel le résultat est "
13051306
"écrit ; par défaut, :data:`sys.stderr`."

library/importlib.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgid ""
55
msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
8-
"POT-Creation-Date: 2023-01-15 22:33+0100\n"
8+
"POT-Creation-Date: 2023-02-12 21:25+0100\n"
99
"PO-Revision-Date: 2018-07-04 11:26+0200\n"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
@@ -1697,7 +1697,7 @@ msgstr ""
16971697

16981698
#: library/importlib.rst:1465
16991699
msgid ""
1700-
"A static method which returns a callable that creates a lazy loader. This is "
1700+
"A class method which returns a callable that creates a lazy loader. This is "
17011701
"meant to be used in situations where the loader is passed by class instead "
17021702
"of by instance. ::"
17031703
msgstr ""

0 commit comments

Comments
 (0)
0