diff options
author | Barry Warsaw <barry@python.org> | 2012-07-31 20:03:09 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-07-31 20:03:09 (GMT) |
commit | dadebab42c87e29342de67501a6b280e547fb633 (patch) | |
tree | e472033f9865ed1be7043ae3e6c9be7e1ce67815 /Doc/reference/index.rst | |
parent | cbc4c1930f864a872b2457768921af9903e5c1a6 (diff) | |
download | cpython-dadebab42c87e29342de67501a6b280e547fb633.zip cpython-dadebab42c87e29342de67501a6b280e547fb633.tar.gz cpython-dadebab42c87e29342de67501a6b280e547fb633.tar.bz2 |
Finally, a coherent set of terminology for all the lil' beasties involved.
Diffstat (limited to 'Doc/reference/index.rst')
-rw-r--r-- | Doc/reference/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/index.rst b/Doc/reference/index.rst index 87166f8..55f93d7 100644 --- a/Doc/reference/index.rst +++ b/Doc/reference/index.rst @@ -24,7 +24,7 @@ interfaces available to C/C++ programmers in detail. lexical_analysis.rst datamodel.rst executionmodel.rst - import_machinery.rst + import.rst expressions.rst simple_stmts.rst compound_stmts.rst |