From ad8a742ee1a46472c59af523317889285f251e8a Mon Sep 17 00:00:00 2001 From: Peter <49501366+ZeroIntensity@users.noreply.github.com> Date: Wed, 1 May 2024 11:04:47 -0400 Subject: [PATCH] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d6f8bbf..5f8be00 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.