Browse Source

Fix docstring

jean-robin medori 2 tháng trước cách đây
mục cha
commit
1ae78149c9
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      taipy/core/scenario/scenario.py

+ 0 - 3
taipy/core/scenario/scenario.py

@@ -417,9 +417,6 @@ class Scenario(_Entity, Submittable, _Labeled):
     def can_duplicate(self) -> ReasonCollection:
         """Indicate if a scenario can be duplicated.
 
-        Arguments:
-            entity (Union[str, Scenario]): The scenario or its id to check if it can be duplicated.
-
         Returns:
             True if the given scenario can be duplicated. False otherwise.
         """