Skip to content

Commit a5e7a9d

Browse files
authored
Remove space
1 parent 4cef28c commit a5e7a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-debug-managed-online-endpoints-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ In this case, `<REQUEST-FILE>` is a JSON file that contains input data samples f
337337
>
338338
> ```python
339339
> endpoint = ml_client.online_endpoints.get(endpoint_name, local=True)
340-
> endpoint.as_dict()
340+
> endpoint.as_dict()
341341
> ```
342342
>
343343
> The output should look similar to the following:

0 commit comments

Comments
 (0)