From 04dd200c49831ec29c9292427cc7f0bd76d69c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sarah=20H=C3=BClsen?= <49907095+sarah-hlsn@users.noreply.github.com> Date: Tue, 5 Dec 2023 11:13:13 +0100 Subject: [PATCH] Update doc/guide/Guide_continuous_integration_GitHub_actions.ipynb Co-authored-by: leonie-villiger <87335708+leonie-villiger@users.noreply.github.com> --- doc/guide/Guide_continuous_integration_GitHub_actions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guide/Guide_continuous_integration_GitHub_actions.ipynb b/doc/guide/Guide_continuous_integration_GitHub_actions.ipynb index b576a776da..691e4570ae 100644 --- a/doc/guide/Guide_continuous_integration_GitHub_actions.ipynb +++ b/doc/guide/Guide_continuous_integration_GitHub_actions.ipynb @@ -40,7 +40,7 @@ "\n", "- Make sure the coverage of novel code is at 100% before submitting a pull request.\n", "\n", - "Be aware that the having a code coverage alone does not grant that all required tests have been written!\\\n", + "Be aware that having a code coverage alone does not grant that all required tests have been written!\\\n", "The following artificial example would have a 100% coverage and still obviously misses a test for `y(False)`" ] },