Update lobject_type.c

Add bytes as accepted input for documentation
This commit is contained in:
Nick Zandbergen 2024-02-01 18:36:02 -08:00 committed by Daniele Varrazzo
parent 00870545b7
commit a971c11d50

View File

@ -64,7 +64,7 @@ psyco_lobj_close(lobjectObject *self, PyObject *args)
/* write method - write data to the lobject */
#define psyco_lobj_write_doc \
"write(str) -- Write a string to the large object."
"write(str | bytes) -- Write a string or bytes to the large object."
static PyObject *
psyco_lobj_write(lobjectObject *self, PyObject *args)