瀏覽代碼

Fix docstring

Jelmer Vernooij 1 年之前
父節點
當前提交
85e29cbc4c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dulwich/pack.py

+ 1 - 1
dulwich/pack.py

@@ -109,7 +109,7 @@ PackHint = Tuple[int, Optional[bytes]]
 
 
 class UnresolvedDeltas(Exception):
-    """ "Delta objects could not be resolved."""
+    """Delta objects could not be resolved."""
 
     def __init__(self, shas):
         self.shas = shas