소스 검색

Fix comment - set_ack_level->set_ack_type.

Jelmer Vernooij 7 년 전
부모
커밋
cfe0abd942
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      dulwich/server.py

+ 1 - 1
dulwich/server.py

@@ -502,7 +502,7 @@ class ProtocolGraphWalker(object):
     The work of determining which acks to send is passed on to the
     implementation instance stored in _impl. The reason for this is that we do
     not know at object creation time what ack level the protocol requires. A
-    call to set_ack_level() is required to set up the implementation, before
+    call to set_ack_type() is required to set up the implementation, before
     any calls to next() or ack() are made.
     """
     def __init__(self, handler, object_store, get_peeled):