You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param str sender: The person sending the message
:param str recipient: The recipient of the message
:param str message_body: The body of the message
:param priority: The priority of the message, can be a number 1-5
:type priority: integer or None
:return: the message id
are translated individually. However, if the programmer had placed them here in a less logical way, like by putting the :return: in the middle of the parameters, it'd be a bit ugly and confusing.
It'd be nice if all roles were grouped together in the rendered output.
The text was updated successfully, but these errors were encountered:
At the moment, rST roles like
are translated individually. However, if the programmer had placed them here in a less logical way, like by putting the
:return:
in the middle of the parameters, it'd be a bit ugly and confusing.It'd be nice if all roles were grouped together in the rendered output.
The text was updated successfully, but these errors were encountered: