Skip to content

Commit d756c93

Browse files
Remove unnecessary comment (#620)
* Remove unnecessary comment on googling 'how to make python file executable', didn't get the expected result. For beginners, it can be time-saving
1 parent 493360d commit d756c93

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/move_group_python_interface/move_group_python_interface_tutorial.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Open two shells. Start RViz and wait for everything to finish loading in the fir
2121

2222
roslaunch panda_moveit_config demo.launch
2323

24-
Now run the Python code directly in the other shell using ``rosrun``.
25-
Note in some instances you may need to make the python script executable: ::
24+
Now run the Python code directly in the other shell using ``rosrun``: ::
2625

2726
rosrun moveit_tutorials move_group_python_interface_tutorial.py
2827

0 commit comments

Comments
 (0)