Skip to content

Commit

Permalink
fix param name in doc string (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli authored and miguelgrinberg committed Nov 14, 2017
1 parent 0728463 commit 84da99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_socketio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def send(self, data, json=False, namespace=None, room=None,
used outside of a SocketIO event context, so it is appropriate to use
when the server is the originator of an event.
:param message: The message to send, either a string or a JSON blob.
:param data: The message to send, either a string or a JSON blob.
:param json: ``True`` if ``message`` is a JSON blob, ``False``
otherwise.
:param namespace: The namespace under which the message is to be sent.
Expand Down

0 comments on commit 84da99a

Please sign in to comment.