Skip to content

Commit 68db17c

Browse files
committed
doc string typo fix
1 parent 626157a commit 68db17c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NodeGraphQt/base/graph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -874,9 +874,9 @@ def acyclic(self):
874874
"""
875875
return self._model.acyclic
876876

877-
def set_acyclic(self, mode=False):
877+
def set_acyclic(self, mode=True):
878878
"""
879-
Enable the node graph to be a acyclic graph. (default: ``False``)
879+
Enable the node graph to be a acyclic graph. (default: ``True``)
880880
881881
See Also:
882882
:meth:`NodeGraph.acyclic`

0 commit comments

Comments
 (0)