Whitespace fixes in comments.

This commit is contained in:
Chris PeBenito 2014-10-29 21:15:44 -04:00
parent 5909bde15e
commit d6dcb66c68
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ class Role(symbol.PolicySymbol):
def expand(self):
"""
Generator that expands this attribute into its member roles.
If this is a role, the role itself will be yielded.
If this is a role, the role itself will be yielded.
"""
# Role attributes are already expanded in the binary policy
yield self

View File

@ -42,7 +42,7 @@ class TypeAttr(symbol.PolicySymbol):
def expand(self):
"""
Generator that expands this attribute into its member types.
If this is a type, the type itself will be yielded.
If this is a type, the type itself will be yielded.
"""
# if this is not an attribute, yield only the type itself
if not self.isattr: