Skip to content

Commit

Permalink
docs: fix report pydoc params
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Feb 1, 2022
1 parent 8544c6d commit b7bc1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugmon/bugmon.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ def process(self, force_confirm: bool = False) -> None:

def report(self, *messages: str) -> None:
"""Output and store messages in queue
:param messages: List of comments
:param *messages: List of comments
"""
for message in messages:
self.queue.append(message)
Expand Down

0 comments on commit b7bc1f4

Please sign in to comment.