diff options
Diffstat (limited to 'docs/library/sys.rst')
-rw-r--r-- | docs/library/sys.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst index 09054becc4..0bec35cc90 100644 --- a/docs/library/sys.rst +++ b/docs/library/sys.rst @@ -4,6 +4,8 @@ .. module:: sys :synopsis: system specific functions +|see_cpython_module| :mod:`python:sys`. + Functions --------- |