We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
requests.Response
1 parent 0e87c44 commit 0d498a6Copy full SHA for 0d498a6
firebase_admin/exceptions.py
@@ -91,7 +91,7 @@ class FirebaseError(Exception):
91
cause: The exception that caused this error (optional).
92
http_response: If this error was caused by an HTTP error response, this property is
93
set to the ``requests.Response`` object that represents the HTTP response (optional).
94
- See https://2.python-requests.org/en/master/api/#requests.Response for details of
+ See https://docs.python-requests.org/en/master/api/#requests.Response for details of
95
this object.
96
"""
97
0 commit comments