Explorar el Código

server: trivial comment fix

Damien Tournoud hace 9 años
padre
commit
74e1975146
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dulwich/server.py

+ 1 - 1
dulwich/server.py

@@ -266,7 +266,7 @@ class PackHandler(Handler):
 
 
 class UploadPackHandler(PackHandler):
-    """Protocol handler for uploading a pack to the server."""
+    """Protocol handler for uploading a pack to the client."""
 
     def __init__(self, backend, args, proto, http_req=None,
                  advertise_refs=False):