SciKit-Surgery / scikit-surgerytutorial02

SciKit-Surgery Tutorial02 provides a tutorial on how to implement a simple algorithm using the SciKit-Surgery project's Python Template
http://scikit-surgerytutorial02.readthedocs.io/en/latest/?badge=latest
Other
1 stars 1 forks source link

Typo in commands #4

Closed thompson318 closed 4 years ago

thompson318 commented 4 years ago

In GitLab by @MianAhmad on May 22, 2019, 10:25

I found a couple of typos in the commands in the tutorial documentation on page.

The word multiplication is spelled as mutlipication in two places on the above mentioned page and as a result the commands are not working.

rm addition.py mutliplication.py
git rm addition.py mutliplication.py

Similarly fitting is spelled as fiting and as a result the following command is not working on the same page

git add sphere_fiting.py
thompson318 commented 4 years ago

In GitLab by @StephenThompson on Aug 14, 2019, 16:03

mentioned in commit 980fbd5962cdb1c1341d4992547d1edc8a585a99

thompson318 commented 4 years ago

In GitLab by @StephenThompson on Aug 14, 2019, 16:03

closed