commit | f7ba2fa3d663c5755af0932e0d8fe820fb7de8af | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 28 23:39:41 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Sep 28 23:39:41 2010 +0000 |
tree | cc20c969386846e73237f146de64f9cd9372ab81 | |
parent | 99a00a455c186873cf23adde0c6c1bab4d14a4c0 [diff] [blame] |
Buffers are not sequence objects (!). Put them in the abstract objects layers instead.
diff --git a/Doc/c-api/abstract.rst b/Doc/c-api/abstract.rst index db4c02a..ad53881 100644 --- a/Doc/c-api/abstract.rst +++ b/Doc/c-api/abstract.rst
@@ -22,4 +22,5 @@ sequence.rst mapping.rst iter.rst + buffer.rst objbuffer.rst