mirror of
https://github.com/wassname/segpy.git
synced 2026-08-12 12:30:30 +08:00
Typos
This commit is contained in:
+1
-1
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user