diff options
Diffstat (limited to 'src/zope/schema/_bootstrapfields.py')
| -rw-r--r-- | src/zope/schema/_bootstrapfields.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zope/schema/_bootstrapfields.py b/src/zope/schema/_bootstrapfields.py index 0ba053f..6aa778b 100644 --- a/src/zope/schema/_bootstrapfields.py +++ b/src/zope/schema/_bootstrapfields.py @@ -397,6 +397,7 @@ class Field(Attribute): ('value_type', 'Value Type')): field = getattr(self, name, None) if hasattr(field, 'getDoc'): + lines.append("") lines.append(".. rubric:: " + rubric) lines.append(field.getDoc()) |
