[varLib.instancer] Grammar

This commit is contained in:
Behdad Esfahbod 2021-03-01 12:02:06 -07:00
parent a93ced044f
commit dec5bb554f

View File

@ -1345,7 +1345,7 @@ def parseArgs(args):
"locargs", "locargs",
metavar="AXIS=LOC", metavar="AXIS=LOC",
nargs="*", 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, " "the tag of a variation axis, followed by '=' and one of number, "
"number:number or the literal string 'drop'. " "number:number or the literal string 'drop'. "
"E.g.: wdth=100 or wght=75.0:125.0 or wght=drop", "E.g.: wdth=100 or wght=75.0:125.0 or wght=drop",