Skip to content

Commit

Permalink
docs: fix def summary
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-netpartners authored and MariusWirtz committed Sep 3, 2024
1 parent 21b5e3e commit 2da4928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TM1py/Services/ProcessService.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get(self, name_process: str, **kwargs) -> Process:
return Process.from_dict(response.json())

def get_all(self, skip_control_processes: bool = False, **kwargs) -> List[Process]:
""" Get a processes from TM1 Server
""" Get all processes from TM1 Server
:param skip_control_processes: bool, True to exclude processes that begin with "}" or "{"
:return: List, instances of the TM1py.Process
Expand Down

0 comments on commit 2da4928

Please sign in to comment.