From 34a3f90859dde1008a8268b884aab6b37950dc63 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 20 Feb 2023 10:07:31 -0700 Subject: [PATCH] [qu2cu] Typo --- Lib/fontTools/qu2cu/qu2cu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/qu2cu/qu2cu.py b/Lib/fontTools/qu2cu/qu2cu.py index 69ebb1281..d703f35fe 100644 --- a/Lib/fontTools/qu2cu/qu2cu.py +++ b/Lib/fontTools/qu2cu/qu2cu.py @@ -165,7 +165,7 @@ def add_implicit_on_curves(p): def quadratic_to_curves(pp, tolerance=0.5, all_cubic=False): - """Convers a connecting list of quadratic splines to a list of quadratic + """Converts a connecting list of quadratic splines to a list of quadratic and cubic curves. A quadratic spline is specified as a list of points, each of which is