From ce4c4074f9322463fa714650c76f869ddcf2cb08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Araujo?= Date: Sun, 24 Apr 2011 03:31:37 +0200 Subject: [PATCH] =?utf8?q?The=20version*=20directives=20don=E2=80=99t=20wo?= =?utf8?q?rk=20with=20a=20blank=20line=20between=20arguments?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Doc/c-api/object.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/c-api/object.rst b/Doc/c-api/object.rst index afa08c9bc3..d0d45ad001 100644 --- a/Doc/c-api/object.rst +++ b/Doc/c-api/object.rst @@ -258,7 +258,6 @@ is considered sufficient for this determination. This is the equivalent of the Python expression ``hash(o)``. .. versionchanged:: 3.2 - The return type is now Py_hash_t. This is a signed integer the same size as Py_ssize_t. -- 2.40.0