Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored May 1, 2024
1 parent 9cee4ae commit ad8a742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ build-backend = "setuptools.build_meta"

!!! question "Why don't I have to add include or library directories?"

PyAwaitable only ships you a header file (which is stored in `$dataroot/include`, which is included by `setuptools` automatically. The header file then uses [capsules](https://docs.python.org/3/extending/extending.html#using-capsules) to load PyAwaitable and all of it's API functions.
PyAwaitable only ships you a header file (which is stored in `$dataroot/include`, which is included by `setuptools` automatically). The header file then uses [capsules](https://docs.python.org/3/extending/extending.html#using-capsules) to load PyAwaitable and all of it's API functions.

0 comments on commit ad8a742

Please sign in to comment.