From c3d89db7845dedd4c210d7ec4a1bc11944b9f1e1 Mon Sep 17 00:00:00 2001 From: "paul.profizi" Date: Fri, 16 Sep 2022 10:56:33 +0200 Subject: [PATCH] Fix typo --- docs/source/user_guide/custom_operators.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user_guide/custom_operators.rst b/docs/source/user_guide/custom_operators.rst index 88125b3770c..6da5eeb04a6 100644 --- a/docs/source/user_guide/custom_operators.rst +++ b/docs/source/user_guide/custom_operators.rst @@ -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::