Skip to content

Commit

Permalink
Update python/src/nanoarrow/c_lib.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
paleolimbot and jorisvandenbossche authored Feb 15, 2024
1 parent b449a9f commit ec7a42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/nanoarrow/c_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ def c_array_view(obj, requested_schema=None) -> CArrayView:
return CArrayView.from_cpu_array(c_array(obj, requested_schema))


def c_buffer(obj, requested_schema=None) -> CBuffer:
def c_buffer(obj, schema=None) -> CBuffer:
"""Owning, read-only ArrowBuffer wrapper
If obj implement the Python buffer protocol, ``c_buffer()`` Wraps
Expand Down

0 comments on commit ec7a42e

Please sign in to comment.