Skip to content

Commit e814532

Browse files
committed
Fix doc typo
1 parent ac25be5 commit e814532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smithy-core/src/smithy_core/documents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ def __getitem__(self, shape: ShapeID):
682682
def __contains__(self, item: object, /):
683683
"""Check if the registry contains the given shape.
684684
685-
:param shape: The shape ID to check for.
685+
:param item: The shape ID to check for.
686686
"""
687687
return item in self._types or (
688688
self._sub_registry is not None and item in self._sub_registry

0 commit comments

Comments
 (0)