Skip to content

Commit 9ec4d0a

Browse files
committed
doc string tweak
1 parent 52fb62e commit 9ec4d0a

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
@@ -390,8 +390,8 @@ def set_pipe_style(self, style=None):
390390
Set node graph pipes to be drawn straight or curved by default
391391
all pipes are set curved. (default=0)
392392
393-
PIPE_LAYOUT_CURVED = 0
394-
PIPE_LAYOUT_STRAIGHT = 1
393+
``NodeGraphQt.constants.PIPE_LAYOUT_CURVED`` = 0
394+
``NodeGraphQt.constants.PIPE_LAYOUT_STRAIGHT`` = 1
395395
396396
Args:
397397
style (int): pipe style.

0 commit comments

Comments
 (0)