Skip to content

Commit 96ca573

Browse files
committed
[settings.py] adjust line length to < 90
1 parent 47f0721 commit 96ca573

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

lib/fontline/settings.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# ------------------------------------------------------------------------------
1111
major_version = "3"
1212
minor_version = "1"
13-
patch_version = "1"
13+
patch_version = "2"
1414

1515
# ------------------------------------------------------------------------------
1616
# Help String
@@ -46,11 +46,13 @@
4646
4747
Reports are sent to the standard output stream with the `report` sub-command.
4848
49-
Original font files are not modified when you use the `percent` sub-command. Instead a new file write occurs on a path
50-
that is displayed in the standard output stream when completed. No modifications are made to the original
51-
glyph set or hints associated with the original font build.
49+
Original font files are not modified when you use the `percent` sub-command. Instead
50+
a new file write occurs on a path that is displayed in the standard output stream when
51+
completed. No modifications are made to the original glyph set or hints associated with
52+
the original font build.
5253
53-
For more information about the OpenType table modifications that occur, please see the project documentation at:
54+
For more information about the OpenType table modifications that occur, please see the
55+
project documentation at:
5456
5557
https://github.com/source-foundry/font-line"""
5658

0 commit comments

Comments
 (0)