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 f262297 commit c50d794Copy full SHA for c50d794
Lib/urllib/error.py
@@ -18,7 +18,7 @@
18
19
class URLError(OSError):
20
# URLError is a sub-type of OSError, but it doesn't share any of
21
- # the implementation. need to override __init__ and __str__.
+ # the implementation. It overrides __init__ and __str__.
22
# It sets self.args for compatibility with other OSError
23
# subclasses, but args doesn't have the typical format with errno in
24
# slot 0 and strerror in slot 1. This may be better than nothing.
0 commit comments