Browse Source

Fix docstring

Jelmer Vernooij 1 năm trước cách đây
mục cha
commit
85e29cbc4c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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