Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fern/products/sdks/overview/python/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Configuration options for the Fern Python SDK.

You can customize the behavior of the Python SDK generator in `generators.yml`:

```yaml {7-8}
```yaml {7-9}
default-group: local
groups:
local:
Expand All @@ -14,7 +14,7 @@ groups:
version: 0.7.1
config:
client:
class_name: `YourClient`
class_name: "YourClient"
```

## SDK Configuration Options
Expand Down