Skip to content

Commit

Permalink
Fix line length in api.py notice_send docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JOJ0 committed Nov 7, 2022
1 parent 87d57ff commit c86d143
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions synadm/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -1146,13 +1146,13 @@ def notice_send(self, receivers, content_plain, content_html, paginate,
""" Send server notices.
Args:
receivers (string): Target(s) of the notice. Either localpart or regular
expression matching localparts.
receivers (string): Target(s) of the notice. Either localpart or
regular expression matching localparts.
content_plain (string): Unformatted text of the notice.
content_html (string): HTML-formatted text of the notice.
paginate (int): Limits to how many users the notice is sent at once.
Users are fetched with the user_list method and using its
pagination capabilities.
paginate (int): Limits to how many users the notice is sent at
once. Users are fetched with the user_list method and using
its pagination capabilities.
to_regex (bool): Selects whether receivers should be interpreted as
a regular expression or a single recipient.
Expand Down

0 comments on commit c86d143

Please sign in to comment.