Skip to content

Commit 1387c1d

Browse files
committed
more grammar fixes
1 parent 9bd7bfe commit 1387c1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NodeGraphQt/base/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def redo(self):
157157
self.model.nodes[self.node.id] = self.node
158158
self.viewer.add_node(self.node.view, self.pos)
159159

160-
# node width & height is calculated when its added to the scene
160+
# node width & height is calculated when it's added to the scene,
161161
# so we have to update the node model here.
162162
self.node.model.width = self.node.view.width
163163
self.node.model.height = self.node.view.height

NodeGraphQt/widgets/viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ def set_pipe_layout(self, layout):
14651465

14661466
def get_layout_direction(self):
14671467
"""
1468-
Returns the layout direction set on the the node graph viewer
1468+
Returns the layout direction set on the node graph viewer
14691469
used by the pipe items for drawing.
14701470
14711471
Returns:

0 commit comments

Comments
 (0)