Skip to content

Commit

Permalink
Properly document the shrinkage field and do not provide a default si…
Browse files Browse the repository at this point in the history
…nce it causes tiny changes.
  • Loading branch information
strichter committed Jun 14, 2019
1 parent 4d9b355 commit 589293a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/z3c/rml/stylesheet.py
Expand Up @@ -303,9 +303,9 @@ class IBaseParagraphStyle(ISpanStyle):
spaceShrinkage = attr.Float(
title=u'Allowed Whitespace Shrinkage Fraction',
description=(
u'The smallest fraction of the original whitespace width allowed '
u'to try fitting text to a line.'),
default=1.0,
u'The fraction of the original whitespace by which the '
u'whitespace is allowed to shrink to fit content on the same '
u'line.'),
required=False)

linkUnderline = attr.Boolean(
Expand Down

0 comments on commit 589293a

Please sign in to comment.