Skip to content

Commit

Permalink
Changes for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Apr 27, 2024
1 parent 740ba3a commit 87497ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypff/pypff_record_entry.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PyMethodDef pypff_record_entry_object_methods[] = {
{ "get_data",
(PyCFunction) pypff_record_entry_get_data,
METH_NOARGS,
"get_data() -> Binary string or None\n"
"get_data()-> Bytes or None\n"
"\n"
"Retrieves the data." },

Expand Down

0 comments on commit 87497ba

Please sign in to comment.