Skip to content

Commit 7249c78

Browse files
chore: minor typo fix (#609)
1 parent 05a681b commit 7249c78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/products/sdks/overview/python/configuration.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ groups:
2020
- from: file_with_custom_function
2121
imports:
2222
- custom_function
23-
pydantic-config:
23+
pydantic_config:
2424
skip_validation: true
2525
```
2626
@@ -192,13 +192,13 @@ When enabled, includes the API name as part of the package structure and naming.
192192
The name of the exported client class that will be used in code snippets.
193193
</ParamField>
194194

195-
### pydantic-config
195+
### pydantic_config
196196

197197
Configure Pydantic model generation settings for your Python SDK.
198198

199199
```yaml
200200
config:
201-
pydantic-config:
201+
pydantic_config:
202202
enum_type: "literals"
203203
extra_fields: "forbid"
204204
frozen: true

0 commit comments

Comments
 (0)