Skip to content

Commit 0826879

Browse files
authored
Fix formatting in docstring for workflow function (#2055)
1 parent 2b41782 commit 0826879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)