mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
cosmetic fix in docstring
This commit is contained in:
parent
e6d3e888c6
commit
fd82f858bd
1 changed files with 3 additions and 3 deletions
|
|
@ -56,12 +56,12 @@ class OpenPypeMenu(object):
|
|||
"""Create AYON menu.
|
||||
|
||||
Args:
|
||||
name (str, Optional): Openpype/AYON menu name.
|
||||
name (str, Optional): AYON menu name.
|
||||
before (str, Optional): Name of the 3dsmax main menu item to
|
||||
add Openpype/AYON menu before.
|
||||
add AYON menu before.
|
||||
|
||||
Returns:
|
||||
QtWidgets.QAction: Openpype/AYON menu action.
|
||||
QtWidgets.QAction: AYON menu action.
|
||||
|
||||
"""
|
||||
if self.menu is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue