소스 검색

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()
 
-    # 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):