From f3e18c62c7981fb073667b4a40dfe8d6963eea0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Strebelle?= <sebastien.strebelle@uclouvain.be> Date: Fri, 13 Mar 2020 11:11:08 +0100 Subject: [PATCH] Update prime_divs.py --- prime_divs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime_divs.py b/prime_divs.py index 1605bf9..bf8ae88 100644 --- a/prime_divs.py +++ b/prime_divs.py @@ -26,7 +26,7 @@ Pour plus d'information, lancez : Pour tester le script, lancez : $ python3 -m pytest Si vous avez une erreur, installez d'abord pytest : - $ pip3 install -U pytest` + $ pip3 install -U pytest """ -- GitLab