diff --git a/library/datetime.po b/library/datetime.po index 97c58bcd..61967b55 100644 --- a/library/datetime.po +++ b/library/datetime.po @@ -724,7 +724,7 @@ msgid "" "will produce a result while the latter will overflow." msgstr "" "L'expression ``t2 - t3`` est toujours égale à l'expression ``t2 + (-t3)`` " -"sauf si *t3* vaut ``timedelta.max` ; dans ce cas, la première expression " +"sauf si *t3* vaut ``timedelta.max`` ; dans ce cas, la première expression " "produit une valeur alors que la seconde lève une ``OverflowError``." #: library/datetime.rst:375