Skip to content

Commit

Permalink
Update python/src/nanoarrow/_buffer.pyx
Browse files Browse the repository at this point in the history
Co-authored-by: Dane Pitkin <[email protected]>
  • Loading branch information
paleolimbot and danepitkin authored Sep 18, 2024
1 parent d6dcf72 commit b67da9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/src/nanoarrow/_buffer.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ cdef class CBuffer:

@staticmethod
def empty():
"""Create an emtpy CBuffer"""
"""Create an empty CBuffer"""
cdef CBuffer out = CBuffer()
out._base = _utils.alloc_c_buffer(&out._ptr)
return out
Expand Down

0 comments on commit b67da9d

Please sign in to comment.