File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments