Skip to content

Commit e44d2c2

Browse files
committed
chore: Fix wrapping in generated README
1 parent 9b26468 commit e44d2c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

openapi_python_client/templates/README.md.jinja

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ client = AuthenticatedClient(
6161
)
6262
```
6363

64-
There are more settings on the generated `Client` class which let you control more runtime behavior, check out the
65-
docstring on that class for more info.
64+
There are more settings on the generated `Client` class which let you control more runtime behavior, check out the docstring on that class for more info.
6665

6766
Things to know:
6867
1. Every path/method combo becomes a Python module with four functions:

0 commit comments

Comments
 (0)