cpython/Doc/using/index.rst
csabella dd47b1944d Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)
Replace platform with platforms.
(cherry picked from commit 4ebf03d109)
2017-06-14 09:26:41 -07:00

19 lines
393 B
ReStructuredText

.. _using-index:
##########################
Python Setup and Usage
##########################
This part of the documentation is devoted to general information on the setup
of the Python environment on different platforms, the invocation of the
interpreter and things that make working with Python easier.
.. toctree::
:numbered:
cmdline.rst
unix.rst
windows.rst
mac.rst