Skip to content

Commit 0a5cefd

Browse files
minor typo
1 parent 6719844 commit 0a5cefd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ When enabled, generates utility methods for working with union types, including
107107
Feature flag that removes the usage of request objects, and instead uses parameters in function signatures where possible.
108108
</ParamField>
109109

110-
<ParamField path="lazy_imports" type="bool" default="true" required={false} toc={true}>
110+
<ParamField path="lazy_import" type="bool" default="true" required={false} toc={true}>
111111
Enables lazy loading of client imports. When enabled, modules and classes are imported only when first accessed rather than at package initialization. This reduces memory footprint when using a small portion of a large API, at the cost of a latency penalty when first accessing a client.
112112

113113
Set to `false` to restore eager loading behavior.
@@ -331,4 +331,4 @@ config:
331331

332332
<ParamField path="use_inheritance_for_extended_models" type="bool" default="true" toc={true}>
333333
Generate Pydantic models that implement inheritance when a model utilizes the Fern `extends` keyword.
334-
</ParamField>
334+
</ParamField>

0 commit comments

Comments
 (0)