summaryrefslogtreecommitdiff
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r--Doc/library/collections.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 9e8f3e3669..717731a776 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -60,7 +60,7 @@ ordered dictionaries.
where only the most recent activity is of interest.
.. versionchanged:: 2.6
- Added *maxlen*
+ Added *maxlen* parameter.
Deque objects support the following methods: