Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhou-JiaJun committed Jul 26, 2022
1 parent 09550c9 commit 115cda3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/api/base_api.rst
Expand Up @@ -585,11 +585,12 @@ time_rule - 定时间运行
scheduler.run_daily(function, time_rule='before_trading')
* 每天十点运行
* 每天十点运行:

.. code-block:: python3
:linenos:
scheduler.run_daily(function, time_rule=physical_time(hour=10, minute=0))
.. code-block:: python3
:linenos:
scheduler.run_daily(function, time_rule=physical_time(hour=10, minute=0))
.. _api-base-types:

Expand Down

0 comments on commit 115cda3

Please sign in to comment.