@@ -6,13 +6,14 @@ msgstr ""
6
6
"Project-Id-Version : Python 3\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2019-11-15 18:54+0100\n "
9
- "PO-Revision-Date : 2018-02-15 00:37+0100\n "
10
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
9
+ "PO-Revision-Date : 2020-03-03 19:27+0100\n "
11
10
"
Language-Team :
FRENCH <[email protected] >\n "
12
11
"Language : fr\n "
13
12
"MIME-Version : 1.0\n "
14
13
"Content-Type : text/plain; charset=UTF-8\n "
15
14
"Content-Transfer-Encoding : 8bit\n "
15
+ "
Last-Translator :
ZepmanBC <[email protected] >\n "
16
+ "X-Generator : Poedit 2.3\n "
16
17
17
18
#: ../Doc/faq/extending.rst:3
18
19
msgid "Extending/Embedding FAQ"
@@ -170,15 +171,14 @@ msgstr ""
170
171
"c'est pourquoi il ne faut pas utiliser la fonction C :c:func:`strlen`."
171
172
172
173
#: ../Doc/faq/extending.rst:92
173
- #, fuzzy
174
174
msgid ""
175
175
"To test the type of an object, first make sure it isn't ``NULL``, and then "
176
176
"use :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, :c:func:"
177
177
"`PyList_Check`, etc."
178
178
msgstr ""
179
- "Pour tester le type d'un objet, assurez-vous d'abord qu'il n'est pas *NULL*, "
180
- "puis utilisez :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, :c:func :"
181
- "`PyList_Check`, etc."
179
+ "Pour tester le type d'un objet, assurez-vous d'abord qu'il ne soit pas "
180
+ "``NULL``, puis utilisez :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, :c:"
181
+ "func: `PyList_Check`, etc."
182
182
183
183
#: ../Doc/faq/extending.rst:95
184
184
msgid ""
0 commit comments