Skip to content

Commit d19037e

Browse files
Update Doc/c-api/intro.rst
Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 0970a14 commit d19037e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,7 @@ approaches to creating C and C++ extensions for Python:
866866
* `SWIG <https://www.swig.org>`_
867867

868868
It is recommended to use these abstractions, rather than using directly the
869-
Python C API. These abstractions are built on top of the C API and handles API
869+
Python C API. These abstractions are built on top of the C API and handle API
870870
differences between the different Python versions.
871871

872872
These projects are not supported by the same people who maintain Python, and

0 commit comments

Comments
 (0)