diff options
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 091b4d6..632e550 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -429,6 +429,8 @@ always available. | | represent a digit | +-------------------------+----------------------------------------------+ + .. versionadded:: 3.1 + .. function:: intern(string) |