From 84c56a4741a88d28449d2be3c5a1fb1adfda4a8b Mon Sep 17 00:00:00 2001 From: Michele Sessa Date: Tue, 24 Jan 2023 14:49:22 +0000 Subject: [PATCH] docs(numerical_operations_the_return): change example command from python to python3 --- subjects/devops/numerical_operations_the_return/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/numerical_operations_the_return/README.md b/subjects/devops/numerical_operations_the_return/README.md index 9796a08b..5877e1a7 100644 --- a/subjects/devops/numerical_operations_the_return/README.md +++ b/subjects/devops/numerical_operations_the_return/README.md @@ -26,7 +26,7 @@ print(numerical_operations_the_return.integer_division(10, 3)) ``` ```bash -$ python test.py +$ python3 test.py 1 3.3333333333333335 0