Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dab7dff

Browse files
authored
faq/extending.po fuzzy correction (#1165)
1 parent 5c511cb commit dab7dff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

faq/extending.po

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1110
"Language-Team: FRENCH <[email protected]>\n"
1211
"Language: fr\n"
1312
"MIME-Version: 1.0\n"
1413
"Content-Type: text/plain; charset=UTF-8\n"
1514
"Content-Transfer-Encoding: 8bit\n"
15+
"Last-Translator: ZepmanBC <[email protected]>\n"
16+
"X-Generator: Poedit 2.3\n"
1617

1718
#: ../Doc/faq/extending.rst:3
1819
msgid "Extending/Embedding FAQ"
@@ -170,15 +171,14 @@ msgstr ""
170171
"c'est pourquoi il ne faut pas utiliser la fonction C :c:func:`strlen`."
171172

172173
#: ../Doc/faq/extending.rst:92
173-
#, fuzzy
174174
msgid ""
175175
"To test the type of an object, first make sure it isn't ``NULL``, and then "
176176
"use :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, :c:func:"
177177
"`PyList_Check`, etc."
178178
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."
182182

183183
#: ../Doc/faq/extending.rst:95
184184
msgid ""

0 commit comments

Comments
 (0)