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 1906461 commit f1518ccCopy full SHA for f1518cc
packages/smithy-aws-core/src/smithy_aws_core/aio/protocols.py
@@ -39,7 +39,7 @@ def discriminator(self) -> ShapeID:
39
parsed = parse_document_discriminator(self, self._settings.default_namespace)
40
if parsed is None:
41
raise DiscriminatorError(
42
- f"Unable to parse discriminator for {self.shape_type} docuemnt."
+ f"Unable to parse discriminator for {self.shape_type} document."
43
)
44
return parsed
45
0 commit comments