Skip to content

Commit 337f3a5

Browse files
leftrkfrydaiii
authored andcommitted
Fix formatting in docstring for workflow function (microsoft#2055)
1 parent 5dcc28b commit 337f3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qlib/cli/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def workflow(config_path, experiment_name="workflow", uri_folder="mlruns"):
8787
"""
8888
This is a Qlib CLI entrance.
8989
User can run the whole Quant research workflow defined by a configure file
90-
- the code is located here ``qlib/cli/run.py`
90+
- the code is located here ``qlib/cli/run.py``
9191
9292
User can specify a base_config file in your workflow.yml file by adding "BASE_CONFIG_PATH".
9393
Qlib will load the configuration in BASE_CONFIG_PATH first, and the user only needs to update the custom fields

0 commit comments

Comments
 (0)