Skip to content

Commit

Permalink
docs: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Jun 3, 2022
1 parent b81bd1b commit 604c0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugmon/bug.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def get_comments(self) -> List[Comment]:
def add_comment(self, comment: Comment) -> None:
"""Add a new comment when a bugsy instance is present
:param comment: comment
:param comment: comment
:raise TypeError: Raises if bug does not have a bugsy instance"""
if self._bugsy is None:
raise TypeError("Method not supported when using a cached bug")
Expand Down

0 comments on commit 604c0ed

Please sign in to comment.