Skip to content

Commit ed641f8

Browse files
dk19ylaurenyu
andauthored
Update src/sagemaker_pytorch_serving_container/torchserve.py
Co-authored-by: Lauren Yu <[email protected]>
1 parent 299d6cb commit ed641f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker_pytorch_serving_container/torchserve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def start_torchserve(handler_service=DEFAULT_HANDLER_SERVICE):
5757
"""Configure and start the model server.
5858
5959
Args:
60-
handler_service (str): python path pointing to a module that defines
60+
handler_service (str): Python path pointing to a module that defines
6161
a class with the following:
6262
6363
- A ``handle`` method, which is invoked for all incoming inference

0 commit comments

Comments
 (0)