Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Nov 8, 2023
1 parent e3ca1cb commit faaaa79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dulwich/pack.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@


class UnresolvedDeltas(Exception):
""" "Delta objects could not be resolved."""
"""Delta objects could not be resolved."""

def __init__(self, shas):
self.shas = shas
Expand Down

0 comments on commit faaaa79

Please sign in to comment.