Skip to content

Commit

Permalink
Changes for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed May 8, 2024
1 parent 5e216e5 commit 05b30db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyphdi/pyphdi_handle.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,14 +103,14 @@ PyMethodDef pyphdi_handle_object_methods[] = {
{ "read_buffer",
(PyCFunction) pyphdi_handle_read_buffer,
METH_VARARGS | METH_KEYWORDS,
"read_buffer(size) -> Binary string or None\n"
"read_buffer(size)-> Bytes or None\n"
"\n"
"Reads a buffer of data." },

{ "read_buffer_at_offset",
(PyCFunction) pyphdi_handle_read_buffer_at_offset,
METH_VARARGS | METH_KEYWORDS,
"read_buffer_at_offset(size, offset) -> Binary string or None\n"
"read_buffer_at_offset(size, offset)-> Bytes or None\n"
"\n"
"Reads a buffer of data at a specific offset." },

Expand Down

0 comments on commit 05b30db

Please sign in to comment.