File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ class Map(object):
116116 A few caveats must be kept in mind:
117117
118118 * Once constructed, a Map can never be modified.
119- * Sets must be built with iterators of lexicographically sorted
119+ * Maps must be built with iterators of lexicographically sorted
120120 (str/unicode, int) tuples, where the integer value must be positive.
121121 """
122122
@@ -301,7 +301,7 @@ def union(self, *others):
301301 maps, represented as a tuple of the map index and the value in the
302302 map.
303303
304- :param others: List of :py:class:`Set ` objects
304+ :param others: List of :py:class:`Map ` objects
305305 :returns: Iterator over all items in all maps in lexicographical
306306 order
307307 """
@@ -346,7 +346,7 @@ def symmetric_difference(self, *others):
346346 maps, represented as a tuple of the map index and the value in the
347347 map.
348348
349- :param others: List of :py:class:`Mapp ` objects
349+ :param others: List of :py:class:`Map ` objects
350350 :returns: Iterator over all items whose key exists in only one of
351351 the maps in lexicographical order
352352 """
You can’t perform that action at this time.
0 commit comments