Skip to content

Commit 02db688

Browse files
authored
typo fixed
1 parent a0ca7b4 commit 02db688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ df_speed = dlc2kinematics.compute_speed(df,bodyparts=['nose','joystick'])
6666
To compute joint angles, we first create a dictionary where keys are the joint angles and the corresponding values are the set of bodyparts:
6767

6868
``` python
69-
joint_dict= {}
69+
joints_dict= {}
7070
joints_dict['R-Elbow'] = ['R_shoulder', 'Right_elbow', 'Right_wrist']
7171
```
7272

0 commit comments

Comments
 (0)