Skip to content

Commit baff88d

Browse files
committed
Rewrite docstring more in line with the others
1 parent d57bac4 commit baff88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/shutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class Error(OSError):
6868
pass
6969

7070
class ErrorGroup(Error):
71-
"""Used when gathering multiple exceptions"""
71+
"""Raised when multiple exceptions have been caught"""
7272

7373
class SameFileError(Error):
7474
"""Raised when source and destination are the same file."""

0 commit comments

Comments
 (0)