diff --git a/fern/products/sdks/overview/python/configuration.mdx b/fern/products/sdks/overview/python/configuration.mdx index 22218e343..1761ed8bd 100644 --- a/fern/products/sdks/overview/python/configuration.mdx +++ b/fern/products/sdks/overview/python/configuration.mdx @@ -12,7 +12,7 @@ groups: - name: fernapi/fern-python version: config: - package-name: "your_package" + package_name: "your_package" client: class_name: "YourClient" additional_init_exports: @@ -117,12 +117,12 @@ When enabled, generates utility methods for working with union types, including Set to `false` to restore eager loading behavior. - + Specifies the Python package name that users will import your generated client from. -For example, setting `package-name: "my_custom_package"` enables users to use +For example, setting `package_name: "my_custom_package"` enables users to use `my_custom_package import Client` to import your client. @@ -275,7 +275,7 @@ config: Enable ORM mode for Pydantic models to work with ORMs like SQLAlchemy. - + Custom package name for the generated models. diff --git a/fern/products/sdks/overview/python/publishing-to-pypi.mdx b/fern/products/sdks/overview/python/publishing-to-pypi.mdx index 6ccb9f1c0..f412a238f 100644 --- a/fern/products/sdks/overview/python/publishing-to-pypi.mdx +++ b/fern/products/sdks/overview/python/publishing-to-pypi.mdx @@ -308,4 +308,4 @@ Set up a CI workflow that you can manually trigger from the GitHub UI. In your r - \ No newline at end of file + diff --git a/fern/products/sdks/snippets/readme-options.mdx b/fern/products/sdks/snippets/readme-options.mdx index 0f5c7793c..2e7069ebc 100644 --- a/fern/products/sdks/snippets/readme-options.mdx +++ b/fern/products/sdks/snippets/readme-options.mdx @@ -94,7 +94,7 @@ Define a custom section in the generated README for a specific SDK. | Language | Variable | Description | |----------|----------|-------------| | TypeScript | `packageName` | Name of your package, as specified in the [`package-name` field](/sdks/generators/typescript/configuration#package-name) | - | Python | `packageName` | Name of your package, as specified in the [`package-name` field](/sdks/generators/python/configuration#package-name) | + | Python | `packageName` | Name of your package, as specified in the [`package_name` field](/sdks/generators/python/configuration#package_name) | | Go | `owner` | The owner of your Go module | | Go | `repo` | The [repository](/sdks/generators/go/publishing#configure-output-location) where your Go module is published | | Go | `version` | SDK version | @@ -109,4 +109,4 @@ Define a custom section in the generated README for a specific SDK. - \ No newline at end of file +