Sfoglia il codice sorgente

Fix comment - set_ack_level->set_ack_type.

Jelmer Vernooij 7 anni fa
parent
commit
cfe0abd942
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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):