summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.coveragerc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.coveragerc b/.coveragerc
index faa494f8e..ddfcbd334 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -24,5 +24,5 @@ exclude_lines =
if TYPE_CHECKING:
@overload
- # Abstract methods are not exectued during pytest runs
+ # Abstract methods are not executed during pytest runs
raise NotImplementedError()