Closed eliheuer closed 1 year ago
The main point of this PR is to fix a typo in the gftools gen-stat command, replacing --in-place with --inplace. See the gftools argument sourcecode here: https://github.com/googlefonts/gftools/blob/main/Lib/gftools/scripts/gen_stat.py#L62
gftools gen-stat
--in-place
--inplace
gftools
I tested this locally to confirm it doesn't work.
FontTools wasn't stylized in the way you would see it with pip list and the other tools are, so I changed it to fonttools to conform.
FontTools
pip list
fonttools
Everything else is copyediting for grammar and clarity.
awesome, thanks !
Also lgtm
The main point of this PR is to fix a typo in the
gftools gen-stat
command, replacing--in-place
with--inplace
. See thegftools
argument sourcecode here: https://github.com/googlefonts/gftools/blob/main/Lib/gftools/scripts/gen_stat.py#L62I tested this locally to confirm it doesn't work.
FontTools
wasn't stylized in the way you would see it withpip list
and the other tools are, so I changed it tofonttools
to conform.Everything else is copyediting for grammar and clarity.