Skip to content

Commit 0d498a6

Browse files
authored
Fix link to requests.Response in FirebaseError. (#800)
1 parent 0e87c44 commit 0d498a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase_admin/exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class FirebaseError(Exception):
9191
cause: The exception that caused this error (optional).
9292
http_response: If this error was caused by an HTTP error response, this property is
9393
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
94+
See https://docs.python-requests.org/en/master/api/#requests.Response for details of
9595
this object.
9696
"""
9797

0 commit comments

Comments
 (0)