Skip to content

Commit fb629f4

Browse files
committed
code example nit
1 parent 0132b36 commit fb629f4

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
@@ -5,7 +5,7 @@ description: Configuration options for the Fern Python SDK.
55

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

8-
```yaml {7-8}
8+
```yaml {7-9}
99
default-group: local
1010
groups:
1111
local:
@@ -14,7 +14,7 @@ groups:
1414
version: 0.7.1
1515
config:
1616
client:
17-
class_name: `YourClient`
17+
class_name: "YourClient"
1818
```
1919
2020
## SDK Configuration Options

0 commit comments

Comments
 (0)