Merge pull request #43 from FumaNet/patch-1

Update README.md
This commit is contained in:
HuanWeng 2022-10-10 10:38:13 -05:00 committed by GitHub
commit b294cc9e6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ R = np.array([[0, 0, 1],
[1, 0, 0], [1, 0, 0],
[0, 1, 0]]) [0, 1, 0]])
invR = mr.RotInv(R) invR = mr.RotInv(R)
print invR print(invR)
``` ```
## Using the Package Locally ## ## Using the Package Locally ##