Skip to content

Commit

Permalink
Update docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Dec 11, 2024
1 parent 6252e9c commit 03fb047
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions python/pyarrow/types.pxi
Original file line number Diff line number Diff line change
Expand Up @@ -2549,7 +2549,11 @@ cdef class Field(_Weakrefable):
@property
def metadata(self):
"""
The field metadata.
The field metadata (if any is set).
Returns
-------
metadata : dict or None
Examples
--------
Expand Down Expand Up @@ -2982,11 +2986,11 @@ cdef class Schema(_Weakrefable):
@property
def metadata(self):
"""
The schema's metadata.
The schema's metadata (if any is set).
Returns
-------
metadata: dict
metadata: dict or None
Examples
--------
Expand Down

0 comments on commit 03fb047

Please sign in to comment.