Fix first line of docstrings

- Use the imperative sense
- Use trailing dot
- Omit leading newline
- Grammar / vocabulary fixes
This commit is contained in:
Mads Marquart
2019-07-21 23:46:09 +02:00
parent 700cf14a50
commit 6b07f1d8b9
14 changed files with 226 additions and 335 deletions

View File

@@ -14,7 +14,7 @@ class GuestStatus(Enum):
@attr.s(cmp=False)
class Plan(object):
"""Represents a plan"""
"""Represents a plan."""
#: ID of the plan
uid = attr.ib(None, init=False)