Skip to content

Commit eff7017

Browse files
committed
Squashed 'tools/third_party/pywebsocket3/' changes from 49ae4cba89..d1958b2ca7
d1958b2ca7 Sphinx fix: add indention for a sentence that continues in a new line. (#16) git-subtree-dir: tools/third_party/pywebsocket3 git-subtree-split: d1958b2ca7fc67ce61ed4f57c12f1452dd96217b
1 parent 7186848 commit eff7017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mod_pywebsocket/stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ def close_connection(self,
875875
wait_response: True when caller want to wait the response.
876876
Raises:
877877
BadOperationException: when reason is specified with code None
878-
or reason is not an instance of both str and unicode.
878+
or reason is not an instance of both str and unicode.
879879
"""
880880

881881
if self._request.server_terminated:

0 commit comments

Comments
 (0)