We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57bac4 commit baff88dCopy full SHA for baff88d
Lib/shutil.py
@@ -68,7 +68,7 @@ class Error(OSError):
68
pass
69
70
class ErrorGroup(Error):
71
- """Used when gathering multiple exceptions"""
+ """Raised when multiple exceptions have been caught"""
72
73
class SameFileError(Error):
74
"""Raised when source and destination are the same file."""
0 commit comments