Skip to content

Commit 6e1727e

Browse files
authored
Fix a typo in "roboticstoolbox/robot/DHRobot.py"
Locaation -> Location
1 parent 338d960 commit 6e1727e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/robot/DHRobot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class DHRobot(Robot):
3737
:type name: str
3838
:param manufacturer: Manufacturer of the robot
3939
:type manufacturer: str
40-
:param base: Locaation of the base
40+
:param base: Location of the base
4141
:type base: SE3
4242
:param tool: Location of the tool
4343
:type tool: SE3

0 commit comments

Comments
 (0)