Skip to content

Commit 104f572

Browse files
committed
Using bSphinx ulleted list in credentials docstring.
1 parent 2529b69 commit 104f572

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

gcloud/credentials.py

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@ def get_credentials():
2626
which uses this method under the hood.
2727
2828
Checks environment in order of precedence:
29-
- Google App Engine (production and testing)
30-
- Env. var. GOOGLE_APPLICATION_CREDENTIALS pointing to stored credentials.
31-
- Stored "well known" file associated with ``gcloud`` command line tool.
32-
- Google Compute Engine production environment.
29+
30+
* Google App Engine (production and testing)
31+
* Environment variable GOOGLE_APPLICATION_CREDENTIALS pointing to
32+
a file with stored credentials information.
33+
* Stored "well known" file associated with ``gcloud`` command line tool.
34+
* Google Compute Engine production environment.
3335
3436
The file referred to in GOOGLE_APPLICATION_CREDENTIALS is expected to
3537
contain information about credentials that are ready to use. This means

0 commit comments

Comments
 (0)