@@ -459,7 +459,7 @@ msgstr ""
459
459
460
460
#: library/decimal.rst:392
461
461
msgid "Once constructed, :class:`Decimal` objects are immutable."
462
- msgstr "Une fois construit, les objets :class:`Decimal` sont immuables."
462
+ msgstr "Une fois construit, les objets :class:`Decimal` sont immuables."
463
463
464
464
#: library/decimal.rst:394
465
465
msgid ""
@@ -543,7 +543,7 @@ msgid ""
543
543
msgstr ""
544
544
"Les objets ``Decimal`` ne peuvent généralement pas être combinés avec des "
545
545
"``float`` ou des objets :class:`fractions.Fraction` lors d'opérations "
546
- "arithmétiques : tout addition entre un :class:`Decimal` avec un :class:"
546
+ "arithmétiques : tout addition entre un :class:`Decimal` avec un :class:"
547
547
"`float`, par exemple, lève une exception :exc:`TypeError`. Cependant, il est "
548
548
"possible d'utiliser les opérateurs de comparaison entre instances de :class:"
549
549
"`Decimal` avec les autres types numériques. Cela évite d'avoir des résultats "
@@ -709,7 +709,7 @@ msgid ""
709
709
"this operation always returns :const:`True`."
710
710
msgstr ""
711
711
"Renvoie :const:`True` si l'argument est sous forme canonique et :const:"
712
- "`False` sinon. Actuellement, une instance :class:`Decimal` est toujours "
712
+ "`False` sinon. Actuellement, une instance :class:`Decimal` est toujours "
713
713
"canonique, donc cette opération renvoie toujours :const:`True`."
714
714
715
715
#: library/decimal.rst:616
@@ -755,7 +755,7 @@ msgid ""
755
755
"Return :const:`True` if the argument has a negative sign and :const:`False` "
756
756
"otherwise. Note that zeros and NaNs can both carry signs."
757
757
msgstr ""
758
- "Renvoie :const:`True` si l'argument est négatif et :const:`False` sinon. "
758
+ "Renvoie :const:`True` si l'argument est négatif et :const:`False` sinon. "
759
759
"Notez que les zéros et les NaNs peuvent être signés."
760
760
761
761
#: library/decimal.rst:646
@@ -898,7 +898,7 @@ msgstr ""
898
898
# Élément d'une liste, d'où le ; final
899
899
#: library/decimal.rst:757
900
900
msgid "``\" -Infinity\" ``, indicating that the operand is negative infinity."
901
- msgstr "``\" -Infinity\" ``, indiquant que l'opérande est l'infini négatif;"
901
+ msgstr "``\" -Infinity\" ``, indiquant que l'opérande est l'infini négatif ;"
902
902
903
903
#: library/decimal.rst:758
904
904
msgid ""
@@ -913,12 +913,12 @@ msgstr ""
913
913
# Élément d'une liste, d'où le ; final
914
914
#: library/decimal.rst:760
915
915
msgid "``\" -Zero\" ``, indicating that the operand is a negative zero."
916
- msgstr "``\" -Zero\" ``, indiquant que l'opérande est un zéro négatif;"
916
+ msgstr "``\" -Zero\" ``, indiquant que l'opérande est un zéro négatif ;"
917
917
918
918
# Élément d'une liste, d'où le ; final
919
919
#: library/decimal.rst:761
920
920
msgid "``\" +Zero\" ``, indicating that the operand is a positive zero."
921
- msgstr "``\" +Zero\" ``, indiquant que l'opérande est un zéro positif;"
921
+ msgstr "``\" +Zero\" ``, indiquant que l'opérande est un zéro positif ;"
922
922
923
923
#: library/decimal.rst:762
924
924
msgid ""
@@ -933,14 +933,14 @@ msgstr ""
933
933
# Élément d'une liste, d'où le ; final
934
934
#: library/decimal.rst:764
935
935
msgid "``\" +Infinity\" ``, indicating that the operand is positive infinity."
936
- msgstr "``\" +Infinity\" ``, indiquant que l'opérande est l'infini positif;"
936
+ msgstr "``\" +Infinity\" ``, indiquant que l'opérande est l'infini positif ;"
937
937
938
938
# Élément d'une liste, d'où le ; final
939
939
#: library/decimal.rst:765
940
940
msgid "``\" NaN\" ``, indicating that the operand is a quiet NaN (Not a Number)."
941
941
msgstr ""
942
942
"``\" NaN\" ``, indiquant que l'opérande est un NaN (*Not a Number*, pas un "
943
- "nombre) silencieux;"
943
+ "nombre) silencieux ;"
944
944
945
945
#: library/decimal.rst:766
946
946
msgid "``\" sNaN\" ``, indicating that the operand is a signaling NaN."
@@ -1570,12 +1570,12 @@ msgstr ""
1570
1570
# Élément d'une liste, d'où le ; final
1571
1571
#: library/decimal.rst:1372
1572
1572
msgid "``y`` must be nonnegative"
1573
- msgstr "``y`` ne doit pas être négatif;"
1573
+ msgstr "``y`` ne doit pas être négatif ;"
1574
1574
1575
1575
# Élément d'une liste, d'où le ; final
1576
1576
#: library/decimal.rst:1373
1577
1577
msgid "at least one of ``x`` or ``y`` must be nonzero"
1578
- msgstr "au moins l'un de ``x`` ou ``y`` doit être différent de zéro;"
1578
+ msgstr "au moins l'un de ``x`` ou ``y`` doit être différent de zéro ;"
1579
1579
1580
1580
#: library/decimal.rst:1374
1581
1581
msgid "``modulo`` must be nonzero and have at most 'precision' digits"
@@ -2056,7 +2056,7 @@ msgid ""
2056
2056
"Q. It is cumbersome to type ``decimal.Decimal('1234.5')``. Is there a way "
2057
2057
"to minimize typing when using the interactive interpreter?"
2058
2058
msgstr ""
2059
- "Q. C'est fastidieux de taper ``decimal.Decimal('1234.5')``. Y a-t-il un "
2059
+ "Q. C'est fastidieux de taper ``decimal.Decimal('1234.5')``. Y a-t-il un "
2060
2060
"moyen de réduire la frappe quand on utilise l'interpréteur interactif ?"
2061
2061
2062
2062
#: library/decimal.rst:1988
0 commit comments