Skip to content

Commit f34599b

Browse files
committed
chore: Fix docstring
1 parent c18bc4e commit f34599b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vcspull/exc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class VCSPullException(Exception):
22

3-
"""Standard exception raised by libvcs."""
3+
"""Standard exception raised by vcspull."""
44

55

66
class MultipleConfigWarning(VCSPullException):

0 commit comments

Comments
 (0)