Merge pull request #3387 from fonttools/justvanrossum-axis-loc-help

This commit is contained in:
Cosimo Lupo 2023-12-11 15:50:29 +00:00 committed by GitHub
commit 7412268cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1433,7 +1433,7 @@ def parseArgs(args):
nargs="*",
help="List of space separated locations. A location consists of "
"the tag of a variation axis, followed by '=' and the literal, "
"string 'drop', or comma-separate list of one to three values, "
"string 'drop', or colon-separated list of one to three values, "
"each of which is the empty string, or a number. "
"E.g.: wdth=100 or wght=75.0:125.0 or wght=100:400:700 or wght=:500: "
"or wght=drop",