From cdac087e772177b3a0054e2a5f0aad3febcda700 Mon Sep 17 00:00:00 2001 From: Zepmanbc Date: Tue, 3 Mar 2020 19:31:38 +0100 Subject: [PATCH 1/2] faq/extending.po fuzzy correction --- faq/extending.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/faq/extending.po b/faq/extending.po index 78115fcd9..090a4173d 100644 --- a/faq/extending.po +++ b/faq/extending.po @@ -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 \n" +"PO-Revision-Date: 2020-03-03 19:27+0100\n" "Language-Team: FRENCH \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 \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 "" From 3c1c71e364f3acf00cfcad88b0712469a139af8b Mon Sep 17 00:00:00 2001 From: Zepmanbc Date: Tue, 3 Mar 2020 19:58:09 +0100 Subject: [PATCH 2/2] Update faq/extending.po Co-Authored-By: Jules Lasne (jlasne) --- faq/extending.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faq/extending.po b/faq/extending.po index 090a4173d..c7d7257a9 100644 --- a/faq/extending.po +++ b/faq/extending.po @@ -177,7 +177,7 @@ msgid "" "`PyList_Check`, etc." msgstr "" "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:" +"``NULL``, puis utilisez :c:func:`PyBytes_Check`, :c:func:`PyTuple_Check`, :c:" "func:`PyList_Check`, etc." #: ../Doc/faq/extending.rst:95