summaryrefslogtreecommitdiff
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-12-25 14:50:21 -0800
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-12-25 14:50:21 -0800
commitcf4710c3234f77d68e57bf8fe2d9ca4e96a8b085 (patch)
treed79c8229e6425eb3fc79d299ca8c32fce2d8d2e1 /Doc/glossary.rst
parentb0d1c37d737742eb098b985475987f460a13a6c2 (diff)
downloadcpython-git-cf4710c3234f77d68e57bf8fe2d9ca4e96a8b085.tar.gz
Add additional links and index entries for "argument" and "parameter".
This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there).
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r--Doc/glossary.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst
index e742336d29..392a60cd94 100644
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -245,8 +245,9 @@ Glossary
function
A series of statements which returns some value to a caller. It can also
- be passed zero or more arguments which may be used in the execution of
- the body. See also :term:`argument` and :term:`method`.
+ be passed zero or more :term:`arguments <argument>` which may be used in
+ the execution of the body. See also :term:`parameter`, :term:`method`,
+ and the :ref:`function` section.
__future__
A pseudo-module which programmers can use to enable new language features