Skip to content

Commit 0132b36

Browse files
committed
fix code example
1 parent 245e249 commit 0132b36

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

fern/products/sdks/overview/python/configuration.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ groups:
1313
- name: fernapi/fern-python
1414
version: 0.7.1
1515
config:
16-
client: null
17-
filename: my_custom_client.py
18-
class_name: MyClient
19-
exported_filename: my_client.py
20-
exported_class_name: APIClient
16+
client:
17+
class_name: `YourClient`
2118
```
2219
2320
## SDK Configuration Options

0 commit comments

Comments
 (0)