From 70deef0b6d2834e6f0dc43df5dfdb708f450210f Mon Sep 17 00:00:00 2001 From: William Bruns Date: Wed, 23 Sep 2026 01:27:33 +0000 Subject: [PATCH] Typo fix: replace "easier use" with "easier to use" on C API doc --- developer-workflow/c-api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer-workflow/c-api.rst b/developer-workflow/c-api.rst index 427d9fd96a..2ed95a07b1 100644 --- a/developer-workflow/c-api.rst +++ b/developer-workflow/c-api.rst @@ -115,7 +115,7 @@ Guidelines for expanding/changing the public API ------------------------------------------------ - Make sure the new API follows reference counting conventions. - (Following them makes the API easier to reason about, and easier use + (Following them makes the API easier to reason about, and easier to use in other Python implementations.) - Functions *must not* steal references