Skip to content

Commit

Permalink
Fix #370 - error in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Feb 3, 2018
1 parent af48a76 commit 7a99da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mceditlib/transform.py
Expand Up @@ -279,7 +279,7 @@ def __init__(self, dimension, anchor, rotation=(0, 0, 0), scale=(1, 1, 1)):
rotation: float[3]
The angles to rotate the dimension around, along each axis respectively.
The angles are given in radians.
The angles are given in degrees.
scale: float[3]
The scales to resize the dimension along each axis respectively. 1.0 is
Expand Down

0 comments on commit 7a99da5

Please sign in to comment.