diff options
Diffstat (limited to 'docs/library/uio.rst')
-rw-r--r-- | docs/library/uio.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/uio.rst b/docs/library/uio.rst index 1239c6394e..7042a9e376 100644 --- a/docs/library/uio.rst +++ b/docs/library/uio.rst @@ -4,6 +4,8 @@ .. module:: uio :synopsis: input/output streams +|see_cpython_module| :mod:`python:io`. + This module contains additional types of stream (file-like) objects and helper functions. |