commit | c31b0f78e5e0d3eaf872a6187fc76f8d63fa5944 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 20 11:00:14 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 20 11:00:14 2008 +0000 |
tree | 7bf1332a04d2300ae783aac8ab862ca313ac7b5e | |
parent | 7274858234ac809a33a6efd66c984eed58687ab3 [diff] [blame] |
Fix two oversights in C API split.
diff --git a/Doc/c-api/index.rst b/Doc/c-api/index.rst index 086b880..12a1ec7 100644 --- a/Doc/c-api/index.rst +++ b/Doc/c-api/index.rst
@@ -24,4 +24,4 @@ concrete.rst init.rst memory.rst - newtypes.rst + objimpl.rst