Skip to content

Commit 0772c90

Browse files
adeleviedbanty
andauthored
fix: typos in generated README (#586). Thanks @adelevie!
Co-authored-by: Dylan Anthony <[email protected]>
1 parent 199a8f9 commit 0772c90

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

end_to_end_tests/golden-record/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Things to know:
6565
1. Every path/method combo becomes a Python module with four functions:
6666
1. `sync`: Blocking request that returns parsed data (if successful) or `None`
6767
1. `sync_detailed`: Blocking request that always returns a `Request`, optionally with `parsed` set if the request was successful.
68-
1. `asyncio`: Like `sync` but the async instead of blocking
69-
1. `asyncio_detailed`: Like `sync_detailed` by async instead of blocking
68+
1. `asyncio`: Like `sync` but async instead of blocking
69+
1. `asyncio_detailed`: Like `sync_detailed` but async instead of blocking
7070

7171
1. All path/query params, and bodies become method arguments.
7272
1. If your endpoint had any tags on it, the first tag will be used as a module name for the function (my_tag above)

openapi_python_client/templates/README.md.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Things to know:
6565
1. Every path/method combo becomes a Python module with four functions:
6666
1. `sync`: Blocking request that returns parsed data (if successful) or `None`
6767
1. `sync_detailed`: Blocking request that always returns a `Request`, optionally with `parsed` set if the request was successful.
68-
1. `asyncio`: Like `sync` but the async instead of blocking
69-
1. `asyncio_detailed`: Like `sync_detailed` by async instead of blocking
68+
1. `asyncio`: Like `sync` but async instead of blocking
69+
1. `asyncio_detailed`: Like `sync_detailed` but async instead of blocking
7070

7171
1. All path/query params, and bodies become method arguments.
7272
1. If your endpoint had any tags on it, the first tag will be used as a module name for the function (my_tag above)

0 commit comments

Comments
 (0)