mirror of
https://github.com/wassname/segpy.git
synced 2026-09-10 12:36:21 +08:00
Mostly PEP8 cleanups in the course of reading the code.
I took the liberty of adding a few specific exception types, some documentation, and things like that, but this is mostly a cosmetic chance.
This commit is contained in:
@@ -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