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 b0c329f commit d9e84b7Copy full SHA for d9e84b7
docs/examples/ex_node.rst
@@ -239,8 +239,8 @@ Here's an example where we subclass the ``NodeGraph`` and connect it up to a
239
.. code-block:: python
240
:linenos:
241
242
-from Qt import QtCore, QtWidgets
243
-from NodeGraphQt import BaseNode, NodeGraph, PropertiesBinWidget
+ from Qt import QtCore, QtWidgets
+ from NodeGraphQt import BaseNode, NodeGraph, PropertiesBinWidget
244
245
246
class MyNode(BaseNode):
0 commit comments