Skip to content

Commit f1518cc

Browse files
Fix typo in protocols docs
Co-authored-by: Nate Prewitt <[email protected]>
1 parent 1906461 commit f1518cc

File tree

1 file changed

+1
-1
lines changed
  • packages/smithy-aws-core/src/smithy_aws_core/aio

1 file changed

+1
-1
lines changed

packages/smithy-aws-core/src/smithy_aws_core/aio/protocols.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def discriminator(self) -> ShapeID:
3939
parsed = parse_document_discriminator(self, self._settings.default_namespace)
4040
if parsed is None:
4141
raise DiscriminatorError(
42-
f"Unable to parse discriminator for {self.shape_type} docuemnt."
42+
f"Unable to parse discriminator for {self.shape_type} document."
4343
)
4444
return parsed
4545

0 commit comments

Comments
 (0)