From dec5bb554f9dbb5f98b4ac5510674940b36b684f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 1 Mar 2021 12:02:06 -0700 Subject: [PATCH] [varLib.instancer] Grammar --- Lib/fontTools/varLib/instancer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/varLib/instancer.py b/Lib/fontTools/varLib/instancer.py index fba178429..a49b14622 100644 --- a/Lib/fontTools/varLib/instancer.py +++ b/Lib/fontTools/varLib/instancer.py @@ -1345,7 +1345,7 @@ def parseArgs(args): "locargs", metavar="AXIS=LOC", nargs="*", - help="List of space separated locations. A location consist in " + help="List of space separated locations. A location consists of " "the tag of a variation axis, followed by '=' and one of number, " "number:number or the literal string 'drop'. " "E.g.: wdth=100 or wght=75.0:125.0 or wght=drop",