mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Replace non-breaking spaces with normal spaces (#130116)
Using normal spaces in place of non-breaking spaces.
This commit is contained in:
parent
a7d41a8947
commit
798f8d3ea9
13 changed files with 14 additions and 14 deletions
|
@ -1086,7 +1086,7 @@ class SelectorSocketTransportTests(test_utils.TestCase):
|
|||
self.assertFalse(self.protocol.connection_lost.called)
|
||||
|
||||
self.loop.writers[7]._run()
|
||||
# during this ^ run, the _resume_writing mock above was called and added more data
|
||||
# during this ^ run, the _resume_writing mock above was called and added more data
|
||||
|
||||
self.assertEqual(transport.get_write_buffer_size(), 2)
|
||||
self.loop.writers[7]._run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue