@@ -257,10 +257,10 @@ def init(self) -> "ScriptRuntime":
257257 super ().init ()
258258 return (
259259 self .with_entrypoint (
260- "{Entrypoint script. For MLFlow , it will be replaced with the CMD}"
260+ "{Entrypoint script. For MLflow , it will be replaced with the CMD}"
261261 )
262262 .with_script (
263- "{Path to the script. For MLFlow , it will be replaced with the path to the project}"
263+ "{Path to the script. For MLflow , it will be replaced with the path to the project}"
264264 )
265265 .with_argument (key1 = "val1" )
266266 )
@@ -447,10 +447,10 @@ def init(self) -> "PythonRuntime":
447447 return (
448448 self .with_working_dir ("{For MLflow the project folder will be used.}" )
449449 .with_entrypoint (
450- "{Entrypoint script. For MLFlow , it will be replaced with the CMD}"
450+ "{Entrypoint script. For MLflow , it will be replaced with the CMD}"
451451 )
452452 .with_script (
453- "{Path to the script. For MLFlow , it will be replaced with the path to the project}"
453+ "{Path to the script. For MLflow , it will be replaced with the path to the project}"
454454 )
455455 )
456456
@@ -754,9 +754,9 @@ def init(self) -> "GitPythonRuntime":
754754 """
755755 super ().init ()
756756 return self .with_source (
757- "{Git URI. For MLFlow , it will be replaced with the Project URI}"
757+ "{Git URI. For MLflow , it will be replaced with the Project URI}"
758758 ).with_entrypoint (
759- "{Entry point script. For MLFlow , it will be replaced with the CMD}"
759+ "{Entrypoint script. For MLflow , it will be replaced with the CMD}"
760760 )
761761
762762
@@ -979,7 +979,7 @@ def init(self) -> "DataFlowRuntime":
979979 self ._spec .pop (self .CONST_ENV_VAR , None )
980980 return (
981981 self .with_script_uri (
982- "{Path to the executable script. For MLFlow , it will be replaced with the CMD}"
982+ "{Path to the executable script. For MLflow , it will be replaced with the CMD}"
983983 )
984984 .with_script_bucket (
985985 "{The object storage bucket to save a script. "
0 commit comments