Skip to content

Commit

Permalink
Update standard_library_types.md -Typo Fix (#8003)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yummy-Yums committed Nov 3, 2023
1 parent 9868b45 commit f89077a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/standard_library_types.md
Expand Up @@ -765,7 +765,7 @@ See [Network Types](../api/networks.md) for other custom IP address types.
For UUID, Pydantic tries to use the type itself for validation by passing the value to `UUID(v)`.
There's a fallback to `UUID(bytes=v)` for `bytes` and `bytearray`.

In case you want to constrained the UUID version, you can check the following types:
In case you want to constrain the UUID version, you can check the following types:

* [`UUID1`][pydantic.types.UUID1]: requires UUID version 1.
* [`UUID3`][pydantic.types.UUID3]: requires UUID version 3.
Expand Down

0 comments on commit f89077a

Please sign in to comment.