From ae25ee366c56d77569d84e96ebafb1591708d74c Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Mon, 20 Feb 2023 12:48:11 +0100 Subject: [PATCH] review --- c-api/unicode.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/c-api/unicode.po b/c-api/unicode.po index 3ba87a5a..7738b71d 100644 --- a/c-api/unicode.po +++ b/c-api/unicode.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-15 22:33+0100\n" -"PO-Revision-Date: 2023-02-20 12:45+0100\n" +"PO-Revision-Date: 2023-02-20 12:47+0100\n" "Last-Translator: Victor Stinner \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -116,8 +116,8 @@ msgid "" "This is a typedef of :c:expr:`wchar_t`, which is a 16-bit type or 32-bit " "type depending on the platform." msgstr "" -"Ceci est un typedef de :c:expr:`wchar_t`, qui est un type 16-bit ou un type " -"32-bit selon la plateforme." +"Ceci est un *typedef* de :c:expr:`wchar_t`, qui est un type 16-bit ou un " +"type 32-bit selon la plateforme." #: c-api/unicode.rst:64 msgid "" @@ -126,8 +126,8 @@ msgid "" "build time." msgstr "" "Dans les versions précédentes, ceci était un type 16-bit ou un type 32-bit " -"selon que vous choisissiez une version Unicode \"narrow\" ou \"wide\" de " -"Python à la compilation." +"selon que vous choisissiez une version Unicode *narrow* ou *wide* de Python " +"à la compilation." #: c-api/unicode.rst:74 msgid ""