Skip to content

Commit

Permalink
docs: fix some typos in comments and doc strings (#2415)
Browse files Browse the repository at this point in the history
Signed-off-by: majorteach <[email protected]>
  • Loading branch information
majorteach authored Dec 14, 2024
1 parent f77cf6b commit 48cfcaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ape/contracts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ def poll_logs(


# TODO: In 0.9, just make `_events_` or ContractEvent possibly handle multiple ABIs
# much like the transactions handlers do. OR at least take the opportunty to refactor.
# much like the transactions handlers do. OR at least take the opportunity to refactor.
class ContractEventWrapper:
"""
A wrapper used when multiple events have the same so that
Expand Down
4 changes: 2 additions & 2 deletions src/ape/managers/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ def get_dependency(
dependency_id (str): The package ID of the dependency. You can also
provide the short-name of the dependency.
version (str): The version identifier.
allow_install (bool): If the dependendency API is known but the
allow_install (bool): If the dependency API is known but the
project is not installed, attempt to install it. Defaults to ``True``.
Raises:
Expand Down Expand Up @@ -1844,7 +1844,7 @@ def add_compiler_data(self, compiler_data: Iterable[Compiler]) -> list[Compiler]
*(matching_given_compiler.contractTypes or []),
}
)
# NOTE: Purposely we don't add the exising compiler back,
# NOTE: Purposely we don't add the existing compiler back,
# as it is the same as the given compiler, (meaning same
# name, version, and settings), and we have
# merged their contract types.
Expand Down

0 comments on commit 48cfcaa

Please sign in to comment.