[--help] Remove end-of-line periods

This commit is contained in:
Behdad Esfahbod 2022-08-18 07:40:13 -06:00
parent 86c5aa859b
commit a2ed526277
3 changed files with 3 additions and 3 deletions

View File

@ -1165,7 +1165,7 @@ def build(f, font, tableTag=None):
def main(args=None, font=None): def main(args=None, font=None):
"""Convert a FontDame OTL file to TTX XML. """Convert a FontDame OTL file to TTX XML
Writes XML output to stdout. Writes XML output to stdout.

View File

@ -4,7 +4,7 @@ from fontTools.ttLib import TTFont
def main(args=None): def main(args=None):
"""Optimize the layout tables of an existing font.""" """Optimize the layout tables of an existing font"""
from argparse import ArgumentParser from argparse import ArgumentParser
from fontTools import configLogger from fontTools import configLogger

View File

@ -1444,7 +1444,7 @@ def parseArgs(args):
def main(args=None): def main(args=None):
"""Partially instantiate a variable font.""" """Partially instantiate a variable font"""
infile, axisLimits, options = parseArgs(args) infile, axisLimits, options = parseArgs(args)
log.info("Restricting axes: %s", axisLimits) log.info("Restricting axes: %s", axisLimits)