Skip to content

Commit 28f4c36

Browse files
authored
docs: fix the type of plugin_for (#2128)
Signed-off-by: Robert Minsk <robertminsk@yahoo.com>
1 parent a5673c8 commit 28f4c36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/source/package_definition.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -753,14 +753,14 @@ the data type, and includes a code snippet.
753753
name = "maya_utils"
754754
755755
.. pkgdef:attribute:: plugin_for
756-
:type: str
756+
:type: list[str]
757757

758758
Provided if this package is a plugin of another package. For example, this might be a maya plugin.
759759
This is useful when using the :ref:`rez-plugins` command. Also, see :pkgdef:attr:`has_plugins`.
760760

761761
.. code-block:: python
762762
763-
plugin_for = "maya"
763+
plugin_for = ["maya"]
764764
765765
.. pkgdef:function:: post_commands() -> None
766766

0 commit comments

Comments
 (0)