File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ Standard library type: [`enum.IntEnum`][].
266266<h4 >Validation</h4 >
267267
268268* If the [ ` enum.IntEnum ` ] [ ] type is used directly, any [ ` enum.IntEnum ` ] [ ] instance is validated as-is
269- * Id an [ ` enum.IntEnum ` ] [ ] subclass is used as a type, any enum member or value that correspond to the
269+ * If an [ ` enum.IntEnum ` ] [ ] subclass is used as a type, any enum member or value that correspond to the
270270 enum members values is validated as-is.
271271
272272See [ Enums] ( #enums ) for more details.
@@ -692,7 +692,7 @@ Standard library type: [`enum.Enum`][].
692692<h3 >Validation</h3 >
693693
694694* If the [ ` enum.Enum ` ] [ ] type is used directly, any [ ` enum.Enum ` ] [ ] instance is validated as-is.
695- * Id an [ ` enum.Enum ` ] [ ] subclass is used as a type, any enum member or value that correspond to the
695+ * If an [ ` enum.Enum ` ] [ ] subclass is used as a type, any enum member or value that correspond to the
696696 enum members [ values] [ enum.Enum.value ] is validated as-is.
697697
698698<h3 >Serialization</h3 >
You can’t perform that action at this time.
0 commit comments