diff options
Diffstat (limited to 'docs/library/ucollections.rst')
-rw-r--r-- | docs/library/ucollections.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/library/ucollections.rst b/docs/library/ucollections.rst index 4e9de9ac67..96de67acc4 100644 --- a/docs/library/ucollections.rst +++ b/docs/library/ucollections.rst @@ -4,6 +4,8 @@ .. module:: ucollections :synopsis: collection and container types +|see_cpython_module| :mod:`python:collections`. + This module implements advanced collection and container types to hold/accumulate various objects. |