Skip to content

Commit bffae04

Browse files
authored
fix(batch): region tag typo
1 parent 621454e commit bffae04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

batch/create/create_with_service_account.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START batch_create_custom_serive_account]
15+
# [START batch_create_custom_service_account]
1616
from google.cloud import batch_v1
1717

1818

@@ -80,7 +80,7 @@ def create_with_custom_service_account_job(
8080
return client.create_job(create_request)
8181

8282

83-
# [END batch_create_custom_serive_account]
83+
# [END batch_create_custom_service_account]
8484

8585
if __name__ == "__main__":
8686
import google.auth

0 commit comments

Comments
 (0)