Skip to content

Commit 070e6b2

Browse files
committed
Fix signature info in Odb.read's docstring
It doesn't return the object's size separately.
1 parent 4ad82f8 commit 070e6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/odb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ Odb_read_raw(git_odb *odb, const git_oid *oid, size_t len)
170170
}
171171

172172
PyDoc_STRVAR(Odb_read__doc__,
173-
"read(oid) -> type, data, size\n"
173+
"read(oid) -> type, data\n"
174174
"\n"
175175
"Read raw object data from the object db.");
176176

0 commit comments

Comments
 (0)