diff options
Diffstat (limited to 'Doc/library/keyword.rst')
-rw-r--r-- | Doc/library/keyword.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/keyword.rst b/Doc/library/keyword.rst index a4bfa50..4d8a1f1 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>` |