Skip to content

Commit 128f300

Browse files
authored
Fix counting for large API solutions in generated Python README (#8403)
* Fix counting for large API solutions Let 2 follow 1. * Update Python samples with new readme
1 parent 4cfe8f0 commit 128f300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.generator/templates/README_common.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Use specific imports for apis and models like:
100100
- `from {{{packageName}}}.api.default_api import DefaultApi`
101101
- `from {{{packageName}}}.model.pet import Pet`
102102

103-
Solution 1:
103+
Solution 2:
104104
Before importing the package, adjust the maximum recursion limit as shown below:
105105
```
106106
import sys

0 commit comments

Comments
 (0)