From f3e40fac10fa240b98a709191c6648fdd585b55f Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 21 May 2015 11:50:30 -0400 Subject: Issue 24180: Documentation for PEP 492 changes. --- Doc/extending/newtypes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doc/extending') diff --git a/Doc/extending/newtypes.rst b/Doc/extending/newtypes.rst index aaa37b8324..b7e35f45d1 100644 --- a/Doc/extending/newtypes.rst +++ b/Doc/extending/newtypes.rst @@ -80,7 +80,7 @@ Moving on, we come to the crunch --- the type object. :: 0, /* tp_print */ 0, /* tp_getattr */ 0, /* tp_setattr */ - 0, /* tp_reserved */ + 0, /* tp_as_async */ 0, /* tp_repr */ 0, /* tp_as_number */ 0, /* tp_as_sequence */ -- cgit v1.2.1