We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac25be5 commit e814532Copy full SHA for e814532
packages/smithy-core/src/smithy_core/documents.py
@@ -682,7 +682,7 @@ def __getitem__(self, shape: ShapeID):
682
def __contains__(self, item: object, /):
683
"""Check if the registry contains the given shape.
684
685
- :param shape: The shape ID to check for.
+ :param item: The shape ID to check for.
686
"""
687
return item in self._types or (
688
self._sub_registry is not None and item in self._sub_registry
0 commit comments