Browse Source

grammar nit

Pavel Samygin 3 năm trước cách đây
mục cha
commit
e340c52ffe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test_p2p_daemon_bindings.py

+ 1 - 1
tests/test_p2p_daemon_bindings.py

@@ -560,7 +560,7 @@ async def test_client_stream_handler_success(p2pcs):
 
     writer.close()
 
-    # test case: registering twice can not override the previous registration without balanced flag
+    # test case: registering twice can't override the previous registration without balanced flag
     event_third = asyncio.Event()
 
     async def handler_third(stream_info, reader, writer):