From 329ea6d5295310445d9fb8c06b69aa3fb0640a8c Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Thu, 23 May 2019 20:42:37 +0200 Subject: [PATCH] =?UTF-8?q?retire=20la=20majuscule=20=C3=A0=20*Bytes*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/stdtypes.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/stdtypes.po b/library/stdtypes.po index f4a9f09f4..c24a209f8 100644 --- a/library/stdtypes.po +++ b/library/stdtypes.po @@ -3934,8 +3934,8 @@ msgid "" "several methods that are only valid when working with ASCII compatible data " "and are closely related to string objects in a variety of other ways." msgstr "" -"Les *Bytes* sont des séquences immuables d'octets. Comme beaucoup de " -"protocoles binaires utilisent l'ASCII, les objets *Bytes* offrent plusieurs " +"Les *bytes* sont des séquences immuables d'octets. Comme beaucoup de " +"protocoles binaires utilisent l'ASCII, les objets *bytes* offrent plusieurs " "méthodes qui ne sont valables que lors de la manipulation de données ASCII " "et sont étroitement liés aux objets *str* dans bien d'autres aspects."