We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f728e21 commit 0d5bb06Copy full SHA for 0d5bb06
fern/products/sdks/overview/python/configuration.mdx
@@ -5,7 +5,7 @@ description: Configuration options for the Fern Python SDK.
5
6
You can customize the behavior of the Python SDK generator in `generators.yml`:
7
8
-```yaml {7-8}
+```yaml {7-9}
9
default-group: local
10
groups:
11
local:
@@ -14,7 +14,7 @@ groups:
14
version: 0.7.1
15
config:
16
client:
17
- class_name: `YourClient`
+ class_name: "YourClient"
18
```
19
20
## SDK Configuration Options
0 commit comments