You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/07/06 14:02:17 UTC

[dolphinscheduler] branch dev updated: [python] fix doc build error (#10810)

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 113a67122f [python] fix doc build error (#10810)
113a67122f is described below

commit 113a67122fcef6ab8320deed2724654ebf7d5435
Author: Jiajie Zhong <zh...@hotmail.com>
AuthorDate: Wed Jul 6 22:02:08 2022 +0800

    [python] fix doc build error (#10810)
---
 dolphinscheduler-python/pydolphinscheduler/docs/source/start.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dolphinscheduler-python/pydolphinscheduler/docs/source/start.rst b/dolphinscheduler-python/pydolphinscheduler/docs/source/start.rst
index a483b0d59f..6bc73f2725 100644
--- a/dolphinscheduler-python/pydolphinscheduler/docs/source/start.rst
+++ b/dolphinscheduler-python/pydolphinscheduler/docs/source/start.rst
@@ -59,7 +59,7 @@ The latest version of *PyDolphinScheduler* would be installed after you run abov
 command in your terminal. You could go and `start Python Gateway Service`_ to finish
 the prepare, and then go to :doc:`tutorial` to make your hand dirty. But if you
 want to install the unreleased version of *PyDolphinScheduler*, you could go and see
-section `installing PyDolphinScheduler in dev`_ for more detail.
+section `installing PyDolphinScheduler in dev branch`_ for more detail.
 
 .. note::