From 4826f9b0169bd6e27f15ecd2098284cc3bf17d7c Mon Sep 17 00:00:00 2001 From: Just van Rossum Date: Mon, 11 Dec 2023 15:59:30 +0100 Subject: [PATCH] Fix help string for AXIS=LOC --- Lib/fontTools/varLib/instancer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/varLib/instancer/__init__.py b/Lib/fontTools/varLib/instancer/__init__.py index a887e5d38..d1cde0df7 100644 --- a/Lib/fontTools/varLib/instancer/__init__.py +++ b/Lib/fontTools/varLib/instancer/__init__.py @@ -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",