Skip to content

Commit 587e34e

Browse files
tswastJon Wayne Parrott
authored andcommitted
Update docstring for Request after move. (#2)
The Request class is now in google_auth_httplib2 after this was pulled out of the root google-auth package.
1 parent 607e860 commit 587e34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google_auth_httplib2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ class Request(transport.Request):
6565
This class can be useful if you want to manually refresh a
6666
:class:`~google.auth.credentials.Credentials` instance::
6767
68-
import google.auth.transport.httplib2
68+
import google_auth_httplib2
6969
import httplib2
7070
7171
http = httplib2.Http()
72-
request = google.auth.transport.httplib2.Request(http)
72+
request = google_auth_httplib2.Request(http)
7373
7474
credentials.refresh(request)
7575

0 commit comments

Comments
 (0)