8000 fix indentation level (#10897) · pydantic/pydantic@15caf41 · GitHub
[go: up one dir, main page]

Skip to content

Commit 15caf41

Browse files
committed
fix indentation level (#10897)
1 parent 2b1cb8f commit 15caf41

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/concepts/type_adapter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ handle as fields of a [`BaseModel`][pydantic.main.BaseModel].
9696
just once and reuse it in loops or other performance-critical code.
9797

9898

99-
### Rebuilding a `TypeAdapter`'s schema
99+
## Rebuilding a `TypeAdapter`'s schema
100100

101101
In v2.10+, [`TypeAdapter`][pydantic.type_adapter.TypeAdapter]'s support deferred schema building and manual rebuilds. This is helpful for the case of:
102+
102103
* Types with forward references
103104
* Types for which core schema builds are expensive
104105

0 commit comments

Comments
 (0)
0