From c9690ba1555fe876a350eac947484b7bce6809ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Duraffort?= Date: Wed, 19 Jun 2013 10:38:58 +0200 Subject: [PATCH] Fix documentation typo --- src/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/object.c b/src/object.c index 193efdc..6e018e5 100644 --- a/src/object.c +++ b/src/object.c @@ -94,7 +94,7 @@ Object_type__get__(Object *self) PyDoc_STRVAR(Object_read_raw__doc__, "read_raw()\n" "\n" - "Returns the byte string with the raw contents of the of the object."); + "Returns the byte string with the raw contents of the object."); PyObject * Object_read_raw(Object *self)