Skip to content

Commit e9ef980

Browse files
WEGFanViicos
authored andcommitted
Fix typo in Standard Library Types documentation
Backport of: #12565
1 parent f2c20c0 commit e9ef980

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/standard_library_types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

272272
See [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>

0 commit comments

Comments
 (0)