Skip to content

Commit 5d39fdb

Browse files
committed
Merge commit 'eff7017ef9032ed4d4adf1702bb32af523faefdb'
2 parents 5b2318a + eff7017 commit 5d39fdb

File tree

1 file changed

+1
-1
lines changed
  • tools/third_party/pywebsocket3/mod_pywebsocket

1 file changed

+1
-1
lines changed

tools/third_party/pywebsocket3/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)