From 6dc6c668a4ecf20dd21b877b561b7dfa467fc818 Mon Sep 17 00:00:00 2001 From: sunxunle Date: Mon, 20 Jan 2025 15:42:14 +0800 Subject: [PATCH] chore: fix some typos in comment Signed-off-by: sunxunle --- src/ape/exceptions.py | 2 +- src/ape/types/coverage.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ape/exceptions.py b/src/ape/exceptions.py index 7ac9d177b7..262a214d3f 100644 --- a/src/ape/exceptions.py +++ b/src/ape/exceptions.py @@ -303,7 +303,7 @@ def __init__( source_traceback: _SOURCE_TRACEBACK_ARG = None, base_err: Optional[Exception] = None, project: Optional["ProjectManager"] = None, - set_ape_traceback: bool = True, # Overriden default. + set_ape_traceback: bool = True, # Overridden default. ): self.txn = txn self.contract_address = contract_address diff --git a/src/ape/types/coverage.py b/src/ape/types/coverage.py index 1179fe7758..631fea315e 100644 --- a/src/ape/types/coverage.py +++ b/src/ape/types/coverage.py @@ -1040,7 +1040,7 @@ def prettify(self, html_str: str) -> str: This is a custom method not part of the HTMLParser spec that ingests a coverage HTML str, handles the formatting, returns it, and resets this formatter's instance, so that the operation - is more functionable. + is more functional. """ self.feed(html_str) result = self.prettified_html