minor change to in-line comments

Note only is this true of tests left from svg.path but also those
written by me.
pull/10/head
Andy 2017-02-20 17:21:53 -08:00
parent 1622d01d05
commit fcdb61c39e
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ from math import sqrt, pi
# Internal dependencies
from svgpathtools import *
# A note left from the svg.path tools module:
# -------------------------------------------
# An important note for those doing any debugging:
# ------------------------------------------------
# Most of these test points are not calculated separately, as that would
# take too long and be too error prone. Instead the curves have been verified
# to be correct visually with the disvg() function.