Skip to content

Commit d153f1d

Browse files
laurenyumetrizable
andauthored
Update doc/overview.rst
Co-authored-by: Eric Johnson <[email protected]>
1 parent 2db200e commit d153f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Here is an end to end example of how to use a SageMaker Estimator:
116116
# Deletes the SageMaker model
117117
mxnet_predictor.delete_model()
118118
119-
The example above will eventually delete both the SageMaker endpoint and endpoint configuration through ``delete_endpoint()``. If you want to keep your SageMaker endpoint configuration, use the value False for the ``delete_endpoint_config`` parameter, as shown below.
119+
The example above will eventually delete both the SageMaker endpoint and endpoint configuration through ``delete_endpoint()``. If you want to keep your SageMaker endpoint configuration, use the value ``False`` for the ``delete_endpoint_config`` parameter, as shown below.
120120

121121
.. code:: python
122122

0 commit comments

Comments
 (0)