jorisvandenbossche commented on code in PR #43590:
URL: https://github.com/apache/arrow/pull/43590#discussion_r1756868643


##########
python/pyarrow/io.pxi:
##########
@@ -1446,6 +1446,38 @@ cdef class Buffer(_Weakrefable):
         """
         return _wrap_device_allocation_type(self.buffer.get().device_type())
 
+    def copy(self, dest):

Review Comment:
   ```suggestion
       def copy(self, destination):
   ```
   
   Just to be consistent, but for `Array.copy_to` method I spelled it in full, 
so would propose to follow that here as well.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to