Skip to content

Commit

Permalink
Fix typo in ClientWebSocketResponse.closed doc (#2425)
Browse files Browse the repository at this point in the history
"of" -> "or"
  • Loading branch information
samueldg authored and asvetlov committed Oct 27, 2017
1 parent b526a6d commit 94a9162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@ manually.

.. attribute:: closed

Read-only property, ``True`` if :meth:`close` has been called of
Read-only property, ``True`` if :meth:`close` has been called or
:const:`~aiohttp.WSMsgType.CLOSE` message has been received from peer.

.. attribute:: protocol
Expand Down

0 comments on commit 94a9162

Please sign in to comment.