Kaynağa Gözat

Fix docstring

jean-robin medori 2 ay önce
ebeveyn
işleme
1ae78149c9
1 değiştirilmiş dosya ile 0 ekleme ve 3 silme
  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.
         """