Skip to content

Commit 443658c

Browse files
committed
typo fixes
1 parent 9e20d41 commit 443658c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

NodeGraphQt/constants.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
from .pkg_info import __version__
55

6-
#: Version of the NodeGraphQt framework.
6+
#: Current version of the NodeGraphQt framework.
77
VERSION = __version__
88

99
# === PIPE ===
@@ -17,11 +17,11 @@
1717
PIPE_ACTIVE_COLOR = (70, 255, 220, 255)
1818
PIPE_HIGHLIGHT_COLOR = (232, 184, 13, 255)
1919
PIPE_SLICER_COLOR = (255, 50, 75)
20-
#: The draw the connection pipes as straight lines.
20+
#: Style to draw the connection pipes as straight lines.
2121
PIPE_LAYOUT_STRAIGHT = 0
22-
#: The draw the connection pipes as curved lines.
22+
#: Style to draw the connection pipes as curved lines.
2323
PIPE_LAYOUT_CURVED = 1
24-
#: The draw the connection pipes as angled lines.
24+
#: Style to draw the connection pipes as angled lines.
2525
PIPE_LAYOUT_ANGLE = 2
2626

2727
# === PORT ===

0 commit comments

Comments
 (0)