From 7d38e2c5d891763ba11f062dead7e51c4e67e8aa Mon Sep 17 00:00:00 2001 From: Mathieu Dupuy Date: Sat, 22 Aug 2020 12:36:09 +0200 Subject: [PATCH] =?UTF-8?q?corrige=20une=20balise=20cass=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/datetime.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/datetime.po b/library/datetime.po index 97c58bcdf..61967b558 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