Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doc/library/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The class can be used to simulate nested scopes and is useful in templating.
.. attribute:: maps

A user updateable list of mappings. The list is ordered from
first-searched to last-searched. It is the only stored state and can
first-searched-mapping to last-searched-mapping. It is the only stored state and can
be modified to change which mappings are searched. The list should
always contain at least one mapping.

Expand Down
Loading