Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Please the almighty spell checker
Co-Authored-By: Julien Palard <julien@palard.fr>
  • Loading branch information
nshaud and JulienPalard authored Aug 20, 2019
commit 418a58d209a2fadbf344115c9e1b0901d4e042db
14 changes: 7 additions & 7 deletions library/base64.po
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ msgid ""
"feature is not supported by the \"standard\" Ascii85 encoding."
msgstr ""
"L'option *foldspaces* permet d'utiliser la séquence spéciale 'y' à la place "
"de quatre espaces consécutives (ASCII 0x20) comme pris en charge par "
"'btoa'. Cette fonctionnalité n'est pas gérée par l'encodage « standard » "
"de quatre espaces consécutives (ASCII ``0x20``) comme pris en charge par "
"*btoa*. Cette fonctionnalité n'est pas gérée par l'encodage « standard » "
"Ascii85."

#: ../Doc/library/base64.rst:168
Expand Down Expand Up @@ -339,8 +339,8 @@ msgid ""
"is not supported by the \"standard\" Ascii85 encoding."
msgstr ""
"L'option *foldspaces* permet d'utiliser la séquence spéciale 'y' à la place "
"de quatre espaces consécutives (ASCII 0x20) comme pris en charge par "
"'btoa'. Cette fonctionnalité n'est pas gérée par l'encodage « standard » "
"de quatre espaces consécutives (ASCII `0x20`) comme pris en charge par "
"*btoa*. Cette fonctionnalité n'est pas gérée par l'encodage « standard » "
"Ascii85."

#: ../Doc/library/base64.rst:190
Expand Down Expand Up @@ -406,7 +406,7 @@ msgstr ""
"Décode le contenu d'un fichier binaire *input* et écrit les données binaires "
"résultantes dans le fichier *output*. *input* et *output* doivent être des :"
"term:`objets fichiers <file object>`. *input* est lu jusqu'à ce que ``input."
"readline()`` renvoie un objet :class:`bytes` vide."
"readline()`` renvoie un objet *bytes* vide."

#: ../Doc/library/base64.rst:233
msgid ""
Expand Down Expand Up @@ -445,7 +445,7 @@ msgid ""
"newlines (``b'\\n'``) inserted after every 76 bytes of output, and ensuring "
"that there is a trailing newline, as per :rfc:`2045` (MIME)."
msgstr ""
"Encodeun :term:`objet octet-compatible <bytes-like object>` *s* pouvant "
"Encode un :term:`objet octet-compatible <bytes-like object>` *s* pouvant "
"contenir des données binaires arbitraires et renvoie les :class:`bytes` "
"contenant les données encodées en base64. Un caractère de saut de ligne "
"(``b'\\n'``) est inséré tous les 76 octets de sortie et celle-ci se termine "
Expand Down Expand Up @@ -476,7 +476,7 @@ msgid ""
"Mechanisms for Specifying and Describing the Format of Internet Message "
"Bodies"
msgstr ""
":rfc:`1521` - MIME (*Multipurpose Internet Mail Extensions*) *Part One: "
":rfc:`1521` MIME (*Multipurpose Internet Mail Extensions*) *Part One: "
"Mechanisms for Specifying and Describing the Format of Internet Message "
"Bodies*"

Expand Down