Ver Fonte

Fix docstring

jean-robin medori há 2 meses atrás
pai
commit
1ae78149c9
1 ficheiros alterados com 0 adições e 3 exclusões
  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.
         """