This commit is contained in:
Robert Smallshire
2014-09-02 11:11:56 +02:00
parent bcadf4478a
commit 9ddae466dd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class CatalogBuilder:
values used, a more compact or efficient representation of the mapping
is possible than, say, a regular dictionary. The CatalogBuilder
accumulates values and then, once all values have been added, analyzes
the keys and values to produce an more optimized representation of the
the keys and values to produce a more optimized representation of the
mapping.
"""
+1 -1
View File
@@ -33,7 +33,7 @@ def contains_duplicates(sorted_iterable):
def measure_stride(iterable):
"""Determine whether successive numeric items differ by a contant amount.
"""Determine whether successive numeric items differ by a constant amount.
Args:
iterable: An iterable series of numeric values.