소스 검색

improve documentation

Toan Quach 1 년 전
부모
커밋
b5098a120f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      taipy/core/_entity/submittable.py

+ 1 - 1
taipy/core/_entity/submittable.py

@@ -87,7 +87,7 @@ class Submittable:
 
 
         Returns:
         Returns:
             A Reason object that can function as a Boolean value.
             A Reason object that can function as a Boolean value.
-            True if the given entity is ready to be run. False otherwise.
+            which is True if the given entity is ready to be run or there is no reason to be blocked, False otherwise.
         """
         """
         reason = Reason(self._submittable_id)
         reason = Reason(self._submittable_id)