diff options
author | Georg Brandl <georg@python.org> | 2008-01-20 11:00:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-20 11:00:14 (GMT) |
commit | c31b0f78e5e0d3eaf872a6187fc76f8d63fa5944 (patch) | |
tree | 7bf1332a04d2300ae783aac8ab862ca313ac7b5e /Doc/c-api/index.rst | |
parent | 7274858234ac809a33a6efd66c984eed58687ab3 (diff) | |
download | cpython-c31b0f78e5e0d3eaf872a6187fc76f8d63fa5944.zip cpython-c31b0f78e5e0d3eaf872a6187fc76f8d63fa5944.tar.gz cpython-c31b0f78e5e0d3eaf872a6187fc76f8d63fa5944.tar.bz2 |
Fix two oversights in C API split.
Diffstat (limited to 'Doc/c-api/index.rst')
-rw-r--r-- | Doc/c-api/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ document the API functions in detail. concrete.rst init.rst memory.rst - newtypes.rst + objimpl.rst |