Skip to content

Commit

Permalink
Fix the description to be more telling.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 26, 2016
1 parent 9791a9d commit 75eaf8d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/zope/securitypolicy/metadirectives.py
Expand Up @@ -43,7 +43,9 @@ class IGrantDirective(IGrantAllDirective):

permissions = Tokens(
title=u"Permissions",
description=u"Specifies a list of permissions to be mapped.",
description=(
u"Specifies a whitespace-separated list of permissions to be "
u"mapped."),
value_type=Permission(),
required=False)

Expand Down

0 comments on commit 75eaf8d

Please sign in to comment.