fix(array): replace tupple to n-uplet #189

#189

https://git.afpy.org/AFPy/python-docs-fr/src/branch/3.11/CONTRIBUTING.rst#glossaire
This commit is contained in:
Ismaël Maurice 2023-09-10 16:57:18 +02:00
parent 39e0afd136
commit 235a026ba3

View File

@ -303,7 +303,7 @@ msgid ""
"as long as the array exists and no length-changing operations are applied to "
"it."
msgstr ""
"Renvoie un tuple ``(address, length)`` indiquant l'adresse mémoire courante "
"Renvoie un n-uplet ``(address, length)`` indiquant l'adresse mémoire courante "
"et la longueur en éléments du tampon utilisé pour contenir le contenu du "
"tableau. La taille du tampon mémoire en octets peut être calculée par "
"``array.buffer_info()[1] * array.itemsize``. Ceci est parfois utile lorsque "