Skip to content

Commit c6a0176

Browse files
Merge pull request #111347 from njallskarp/patch-1
Added missing comma
2 parents e236fc8 + c3d9b6b commit c6a0176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-deploy-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ endpoint_name = "endpt-" + datetime.datetime.now().strftime("%m%d%H%M%f")
278278
# create an online endpoint
279279
endpoint = ManagedOnlineEndpoint(
280280
name = endpoint_name,
281-
description="this is a sample endpoint"
281+
description="this is a sample endpoint",
282282
auth_mode="key"
283283
)
284284
```

0 commit comments

Comments
 (0)