瀏覽代碼

grammar nit

Pavel Samygin 3 年之前
父節點
當前提交
e340c52ffe
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
     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()
     event_third = asyncio.Event()
 
 
     async def handler_third(stream_info, reader, writer):
     async def handler_third(stream_info, reader, writer):