Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Apr 1, 2016
1 parent cf6de54 commit d1654aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/rml/stylesheet.py
Expand Up @@ -159,7 +159,7 @@ class IBaseParagraphStyle(interfaces.IRMLDirectiveSignature):
splitLongWords = attr.Boolean(
title=u'Split Long Words',
description=(u'Try to split long words at the end of a line.'),
default=True
default=True,
required=False)

underlineProportion = attr.Float(
Expand Down

0 comments on commit d1654aa

Please sign in to comment.