You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dans la documentation du module time (par exemple : https://docs.python.org/fr/3.8/library/time.html?highlight=time#module-time ), dans le tableau de description des directives de format pour la fonction time.strftime(); "second" est mal traduit en "deuxième" pour la directive %S ("%S | Deuxième sous forme de nombre décimal [00,61])". La bonne traduction est "Seconde sous forme de nombre décimal [00,61]"
Le problème est le même de la version 3.6 à 3.9rc1
In the documentation of the time module (e.g. https://docs.python.org/fr/3.8/library/time.html?highlight=time#module-time ), in the table describing the format directives for the time.strftime() function; "second" is mistranslated to "Deuxième" for the %S directive ("%S | Deuxième sous forme de nombre décimal [00,61]"). The correct translation is : "Seconde sous forme de nombre décimal [00,61]".
The problem is the same from version 3.6 to 3.9rc1.
The text was updated successfully, but these errors were encountered:
Dans la documentation du module time (par exemple : https://docs.python.org/fr/3.8/library/time.html?highlight=time#module-time ), dans le tableau de description des directives de format pour la fonction time.strftime(); "second" est mal traduit en "deuxième" pour la directive %S ("%S | Deuxième sous forme de nombre décimal [00,61])". La bonne traduction est "Seconde sous forme de nombre décimal [00,61]"
Le problème est le même de la version 3.6 à 3.9rc1
In the documentation of the time module (e.g. https://docs.python.org/fr/3.8/library/time.html?highlight=time#module-time ), in the table describing the format directives for the time.strftime() function; "second" is mistranslated to "Deuxième" for the %S directive ("%S | Deuxième sous forme de nombre décimal [00,61]"). The correct translation is : "Seconde sous forme de nombre décimal [00,61]".
The problem is the same from version 3.6 to 3.9rc1.
The text was updated successfully, but these errors were encountered: