mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +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.
|
"""Create AYON menu.
|
||||||
|
|
||||||
Args:
|
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
|
before (str, Optional): Name of the 3dsmax main menu item to
|
||||||
add Openpype/AYON menu before.
|
add AYON menu before.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
QtWidgets.QAction: Openpype/AYON menu action.
|
QtWidgets.QAction: AYON menu action.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
if self.menu is not None:
|
if self.menu is not None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue