Skip to content

Commit e5f8e04

Browse files
noerogengelke
authored andcommitted
Typo in region tag. (GoogleCloudPlatform#1802)
Change "healthcare_get_sessions" to "healthcare_get_session".
1 parent d610605 commit e5f8e04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

healthcare/api-client/fhir/fhir_resources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
_BASE_URL = 'https://healthcare.googleapis.com/v1alpha'
2424

2525

26-
# [START healthcare_get_sessions]
26+
# [START healthcare_get_session]
2727
def get_session(service_account_json):
2828
"""Returns an authorized Requests Session class using the service account
2929
credentials JSON. This class is used to perform requests to the

0 commit comments

Comments
 (0)