Skip to content

Commit

Permalink
Update factory.py
Browse files Browse the repository at this point in the history
Co-authored-by: TQ X <[email protected]>
  • Loading branch information
rgildein and agileshaw authored Mar 15, 2024
1 parent b005587 commit 2b6f9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cou/apps/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def create(
decorator can be instantiated and used with their customized methods.
:param name: Name of the application
:type name: str
:param machines: Machine in the model
:param machines: Machines in the model
:type machines: dict[str, Machine]
:param status: Status of the application
:type status: ApplicationStatus
Expand Down

0 comments on commit 2b6f9cf

Please sign in to comment.