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 0132b36 commit fb629f4Copy full SHA for fb629f4
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