Explorar o código

server: trivial comment fix

Damien Tournoud %!s(int64=9) %!d(string=hai) anos
pai
achega
74e1975146
Modificáronse 1 ficheiros con 1 adicións e 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):