diff --git a/README.rst b/README.rst index db79c2c..b0ad6b5 100644 --- a/README.rst +++ b/README.rst @@ -585,7 +585,6 @@ curve `__ for a few paths. of the 'parallel' offset curve.""" nls = [] for seg in path: - ct = 1 for k in range(steps): t = k / float(steps) offset_vector = offset_distance * seg.normal(t)