cosmetic fix in the docstring

This commit is contained in:
Kayla Man 2023-11-30 18:18:11 +08:00
parent fd82f858bd
commit 212f6d004f
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"""3dsmax menu definition of OpenPype/AYON."""
"""3dsmax menu definition of AYON."""
import os
from qtpy import QtWidgets, QtCore
from pymxs import runtime as rt

View file

@ -175,7 +175,7 @@ def containerise(name: str, nodes: list, context,
def load_custom_attribute_data():
"""Re-loading the Openpype/AYON custom parameter built by the creator
"""Re-loading the AYON custom parameter built by the creator
Returns:
attribute: re-loading the custom OP attributes set in Maxscript
@ -213,7 +213,7 @@ def import_custom_attribute_data(container: str, selections: list):
def update_custom_attribute_data(container: str, selections: list):
"""Updating the Openpype/AYON custom parameter built by the creator
"""Updating the AYON custom parameter built by the creator
Args:
container (str): target container which adds custom attributes