diff options
Diffstat (limited to 'pyfirstaidkit/issue.py')
| -rw-r--r-- | pyfirstaidkit/issue.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyfirstaidkit/issue.py b/pyfirstaidkit/issue.py index e706fa4..3896d5c 100644 --- a/pyfirstaidkit/issue.py +++ b/pyfirstaidkit/issue.py @@ -96,8 +96,8 @@ Return values: class Issue(SimpleIssue): name = "Parent issue" - description = "This happens when you use the wrong object in the issues \ - list" + description = "This happens when you use the wrong object in the issues " + "list" def __init__(self, plugin, reporting = None): SimpleIssue.__init__(self, self.name, self.description) |
