فهرست منبع

Update taipy/core/_core.py

Co-authored-by: Jean-Robin <jeanrobin.medori@avaiga.com>
Toan Quach 8 ماه پیش
والد
کامیت
50957ae76b
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      taipy/core/_core.py

+ 1 - 1
taipy/core/_core.py

@@ -16,7 +16,7 @@ from .orchestrator import Orchestrator
 
 
 class Core:
-    """Deprecated. Use `Orchestrator` class with `tp.Orchestrator()` instead."""
+    """Deprecated. Use the `Orchestrator^` service class with `taipy.Orchestrator()` instead."""
 
     __logger = _TaipyLogger._get_logger()