diff options
author | Raymond Hettinger <python@rcn.com> | 2007-10-18 21:13:06 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2007-10-18 21:13:06 (GMT) |
commit | 11e679e6ffa4029d7fbfb31496a9005bc2dd97ef (patch) | |
tree | c22f841a4703c04534db0baea0688337ea684846 /Doc/c-api | |
parent | 82eafe6adf90ce76a0b4844f463f5764e0b3e2be (diff) | |
download | cpython-11e679e6ffa4029d7fbfb31496a9005bc2dd97ef.zip cpython-11e679e6ffa4029d7fbfb31496a9005bc2dd97ef.tar.gz cpython-11e679e6ffa4029d7fbfb31496a9005bc2dd97ef.tar.bz2 |
Remove useless warning
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/index.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/c-api/index.rst b/Doc/c-api/index.rst index c643312..086b880 100644 --- a/Doc/c-api/index.rst +++ b/Doc/c-api/index.rst @@ -12,12 +12,6 @@ extension modules or embed Python. It is a companion to :ref:`extending-index`, which describes the general principles of extension writing but does not document the API functions in detail. -.. warning:: - - The current version of this document is somewhat incomplete. However, most of - the important functions, types and structures are described. - - .. toctree:: :maxdepth: 2 |