From 968c8dac08c2bdcea7ad25f5719a6e56aac4df67 Mon Sep 17 00:00:00 2001 From: Toussaint Louis <66522867+lotoussa@users.noreply.github.com> Date: Thu, 9 Mar 2023 13:40:09 +0100 Subject: [PATCH] Update README.md --- subjects/devops/backup_manager/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/backup_manager/audit/README.md b/subjects/devops/backup_manager/audit/README.md index 15c8d384b..954e71561 100644 --- a/subjects/devops/backup_manager/audit/README.md +++ b/subjects/devops/backup_manager/audit/README.md @@ -155,6 +155,6 @@ $ ###### Can you confirm that all error messages have been saved in the log files like in the example above? -##### Go to the code of the project adn check if the creator used `try` and `except` to handle the errors. +##### Go to the code of the project and check if the creator used `try` and `except` to handle the errors. ###### Did he use `try` and `except` to handle the errors?