Staging
v0.5.1
https://github.com/python/cpython
Revision ab4d42a33e204026cc3eb3a15de54a14f224fdbb authored by Miss Islington (bot) on 03 June 2019, 04:39:32 UTC, committed by GitHub on 03 June 2019, 04:39:32 UTC
(cherry picked from commit d9677f36fe486e86bb86f2cd59cb7fc3804bdac1)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
1 parent 4a941e6
Raw File
Tip revision: ab4d42a33e204026cc3eb3a15de54a14f224fdbb authored by Miss Islington (bot) on 03 June 2019, 04:39:32 UTC
IDLE: Fix typos in docs and comments (GH-13749)
Tip revision: ab4d42a
contents.rst
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Python Documentation contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

.. toctree::

   whatsnew/index.rst
   tutorial/index.rst
   using/index.rst
   reference/index.rst
   library/index.rst
   extending/index.rst
   c-api/index.rst
   distributing/index.rst
   installing/index.rst
   howto/index.rst
   faq/index.rst
   glossary.rst

   about.rst
   bugs.rst
   copyright.rst
   license.rst

.. to include legacy packaging docs in build

.. toctree::
   :hidden:

   distutils/index.rst
   install/index.rst
back to top