浏览代码

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):
 class UnresolvedDeltas(Exception):
-    """ "Delta objects could not be resolved."""
+    """Delta objects could not be resolved."""
 
 
     def __init__(self, shas):
     def __init__(self, shas):
         self.shas = shas
         self.shas = shas