summaryrefslogtreecommitdiff
path: root/Doc/library/keyword.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-11-16 19:13:50 +0000
committerÉric Araujo <merwok@netwok.org>2010-11-16 19:13:50 +0000
commit6e6cb8e0e491477614bae33c29f6e00d0d48c20b (patch)
tree0cb13cc6d94af48c5a4b78b360c75fcf6f93d406 /Doc/library/keyword.rst
parentdbe7519da9d0a99d68aaa773cde2793900dad44f (diff)
downloadcpython-git-6e6cb8e0e491477614bae33c29f6e00d0d48c20b.tar.gz
Provide links to Python source where the code is short, readable and
informative adjunct to the docs. Forward-port of Raymond's r86225 and r86245 using the new source reST role added in #10334.
Diffstat (limited to 'Doc/library/keyword.rst')
-rw-r--r--Doc/library/keyword.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/keyword.rst b/Doc/library/keyword.rst
index a4bfa501bf..4d8a1f1434 100644
--- a/Doc/library/keyword.rst
+++ b/Doc/library/keyword.rst
@@ -19,3 +19,8 @@ This module allows a Python program to determine if a string is a keyword.
keywords are defined to only be active when particular :mod:`__future__`
statements are in effect, these will be included as well.
+
+.. seealso::
+
+ Latest version of the :source:`keyword module Python source code
+ <Lib/keyword.py>`