Skip to content

Commit

Permalink
Update lobject_type.c
Browse files Browse the repository at this point in the history
Add bytes as accepted input for documentation
  • Loading branch information
nickzandbergen authored and dvarrazzo committed Feb 15, 2024
1 parent 0087054 commit a971c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psycopg/lobject_type.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a971c11

Please sign in to comment.