Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed Dec 12, 2023
1 parent f78084d commit ae57669
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 @@ -30,7 +30,7 @@ specific to Python, but for Python libraries this interface is extended with a P
specific layer: :ref:`arrow-pycapsule-interface`.

This Python interface ensures that different libraries that support the C Data interface
can recognize each other objects and export Arrow data structures in a standard way.
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
under the hood, you can implement the following dunder methods on those objects:
Expand Down

0 comments on commit ae57669

Please sign in to comment.