summaryrefslogtreecommitdiff
path: root/test/test_closed_streams.py
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2017-02-24 10:10:40 +0000
committerCory Benfield <lukasaoz@gmail.com>2017-02-24 10:10:40 +0000
commit92f49a0fcb5817cd8a8c04f12300f68f64d9053f (patch)
treea009dcd7d1003cb00c85a200d1bc0e903f3e61a4 /test/test_closed_streams.py
parentf364edc9f959116362ee1b297a80b22d730b7f82 (diff)
Comment cleanup and changelog.
Diffstat (limited to 'test/test_closed_streams.py')
-rw-r--r--test/test_closed_streams.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/test_closed_streams.py b/test/test_closed_streams.py
index be22704..8b10fb6 100644
--- a/test/test_closed_streams.py
+++ b/test/test_closed_streams.py
@@ -152,8 +152,8 @@ class TestStreamsClosedByEndStream(object):
)
if clear_streams:
- # Call open_inbound_streams to force connection clean
- # closed stream
+ # Call open_inbound_streams to force the connection to clean
+ # closed streams.
c.open_inbound_streams
c.clear_outbound_data_buffer()
@@ -198,8 +198,8 @@ class TestStreamsClosedByEndStream(object):
c.receive_data(f.serialize())
if clear_streams:
- # Call open_outbound_streams to force connection clean
- # closed stream
+ # Call open_outbound_streams to force the connection to clean
+ # closed streams.
c.open_outbound_streams
c.clear_outbound_data_buffer()