forked from AFPy/python-docs-fr
faq/extending.po fuzzy correction (#1165)
This commit is contained in:
parent 5c511cb5fa
commit dab7dff6db
1 changed files with 6 additions and 6 deletions
| | @ -6,13 +6,14 @@ msgstr "" | |||
"Project-Id-Version: Python 3\n" | ||||
"Report-Msgid-Bugs-To: \n" | ||||
"POT-Creation-Date: 2019-11-15 18:54+0100\n" | ||||
"PO-Revision-Date: 2018-02-15 00:37+0100\n" | ||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||||
"PO-Revision-Date: 2020-03-03 19:27+0100\n" | ||||
"Language-Team: FRENCH <traductions@lists.afpy.org>\n" | ||||
"Language: fr\n" | ||||
"MIME-Version: 1.0\n" | ||||
"Content-Type: text/plain; charset=UTF-8\n" | ||||
"Content-Transfer-Encoding: 8bit\n" | ||||
"Last-Translator: ZepmanBC <zepman@gmail.com>\n" | ||||
"X-Generator: Poedit 2.3\n" | ||||
| ||||
#: ../Doc/faq/extending.rst:3 | ||||
msgid "Extending/Embedding FAQ" | ||||
| | @ -170,15 +171,14 @@ msgstr "" | |||
"c'est pourquoi il ne faut pas utiliser la fonction C :c:func:`strlen`." | ||||
| ||||
#: ../Doc/faq/extending.rst:92 | ||||
#, fuzzy | ||||
msgid "" | ||||
"To test the type of an object, first make sure it isn't ``NULL``, and then " | ||||
"use :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, :c:func:" | ||||
"`PyList_Check`, etc." | ||||
msgstr "" | ||||
"Pour tester le type d'un objet, assurez-vous d'abord qu'il n'est pas *NULL*, " | ||||
"puis utilisez :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, :c:func:" | ||||
"`PyList_Check`, etc." | ||||
"Pour tester le type d'un objet, assurez-vous d'abord qu'il ne soit pas " | ||||
"``NULL``, puis utilisez :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, :c:" | ||||
"func:`PyList_Check`, etc." | ||||
| ||||
#: ../Doc/faq/extending.rst:95 | ||||
msgid "" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue