소스 검색

Fix comment formatting.

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

+ 2 - 1
dulwich/server.py

@@ -204,7 +204,8 @@ class ReceivePackHandler(Handler):
         # backend can now deal with this refs and read a pack using self.read
         self.backend.apply_pack(client_refs, self.proto.read)
 
-        # when we have read all the pack from the client, it assumes everything worked OK
+        # when we have read all the pack from the client, it assumes 
+        # everything worked OK.
         # there is NO ack from the server before it reports victory.