We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbeaf22 commit cef97fcCopy full SHA for cef97fc
docs/plugin_development.rst
@@ -463,11 +463,11 @@ In the ``spyder`` directory you'll find the following files:
463
464
* If it is a ``SpyderPluginV2`` you should set a constant class named ``CONTAINER_CLASS`` with an instance of ``PluginMainContainer``.
465
* If it is a ``SpyderDockablePlugin`` you should set a constant class named ``WIDGET_CLASS`` with an instance of ``PluginMainWidget``.
466
-
467
- For example:
468
+
+ For example, with a ``SpyderPluginV2``:
469
.. code-block:: python
470
471
# plugin.py
472
from spyder.api.plugins import SpyderPluginV2
473
from my_plugin.spyder.container import MyContainer
0 commit comments