Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/user_guide/custom_operators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ For a plugin that is a single script, the second argument should be ``py_`` plus
"py_custom_plugin", #if the load_operators function is defined in path/to/plugins/custom_plugin.py
"load_operators")

For a plug-in package, the second argument should be ``_py`` plus any name:
For a plug-in package, the second argument should be ``py_`` plus any name:

.. code::

Expand Down