Fix grammar (#2487)
This commit is contained in:
parent
629f44b8cc
commit
892322aaff
@ -12,7 +12,7 @@ log = logging.getLogger("fontTools.feaLib")
|
|||||||
|
|
||||||
|
|
||||||
def main(args=None):
|
def main(args=None):
|
||||||
"""Add features from a feature file (.fea) into a OTF font"""
|
"""Add features from a feature file (.fea) into an OTF font"""
|
||||||
parser = argparse.ArgumentParser(
|
parser = argparse.ArgumentParser(
|
||||||
description="Use fontTools to compile OpenType feature files (*.fea)."
|
description="Use fontTools to compile OpenType feature files (*.fea)."
|
||||||
)
|
)
|
||||||
@ -46,7 +46,7 @@ def main(args=None):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-v",
|
"-v",
|
||||||
"--verbose",
|
"--verbose",
|
||||||
help="increase the logger verbosity. Multiple -v " "options are allowed.",
|
help="Increase the logger verbosity. Multiple -v " "options are allowed.",
|
||||||
action="count",
|
action="count",
|
||||||
default=0,
|
default=0,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user