From c47af9c54adbb235e8fde99a5fda79bbc8f0819e Mon Sep 17 00:00:00 2001 From: Benjamin_Loison Date: Wed, 17 May 2023 09:48:51 +0000 Subject: [PATCH] Correct a typo in `library/json.po` (#141) Co-authored-by: Benjamin Loison Reviewed-on: https://git.afpy.org/AFPy/python-docs-fr/pulls/141 Reviewed-by: Christophe Nanteuil Co-authored-by: Benjamin_Loison Co-committed-by: Benjamin_Loison --- library/json.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/json.po b/library/json.po index 688e58ac..651be280 100644 --- a/library/json.po +++ b/library/json.po @@ -375,7 +375,7 @@ msgid "" "strings: ``'-Infinity'``, ``'Infinity'``, ``'NaN'``. This can be used to " "raise an exception if invalid JSON numbers are encountered." msgstr "" -"Si *parse_constant* est définie, elle est quand l'une des chaînes de " +"Si *parse_constant* est définie, elle est appelée quand l'une des chaînes de " "caractères suivantes est rencontrée : ``'-Infinity'``, ``'Infinity'`` ou " "``'NaN'``. Cela peut servir à lever une exception si des nombres JSON " "invalides sont rencontrés."