Skip to content

Commit

Permalink
add Python
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Dec 13, 2023
1 parent 403e433 commit ebd189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/python/extending_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ specific layer: :ref:`arrow-pycapsule-interface`.
This Python interface ensures that different libraries that support the C Data interface
can export Arrow data structures in a standard way and recognize each other's objects.

If you have a library providing data structures that hold Arrow-compatible data
If you have a Python library providing data structures that hold Arrow-compatible data
under the hood, you can implement the following methods on those objects:

- ``__arrow_c_schema__`` for schema or type-like objects.
Expand Down

0 comments on commit ebd189f

Please sign in to comment.