Skip to content

Commit

Permalink
Fix typo in pm.py
Browse files Browse the repository at this point in the history
containg -> containing
  • Loading branch information
eltociear authored and pacrob committed Dec 30, 2021
1 parent f5c0548 commit 31d0216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/2283.misc.rst
@@ -0,0 +1 @@
fix typo in `_get_all_release_ids()` docstring in pm.py
2 changes: 1 addition & 1 deletion web3/pm.py
Expand Up @@ -167,7 +167,7 @@ def _get_release_id(self, package_name: str, version: str) -> bytes:
@abstractmethod
def _get_all_release_ids(self, package_name: str) -> Iterable[bytes]:
"""
Returns a tuple containg all of the release ids belonging to the given package name,
Returns a tuple containing all of the release ids belonging to the given package name,
if the package has releases on the connected registry.
* Parameters:
Expand Down

0 comments on commit 31d0216

Please sign in to comment.