moja-global / taswira

Taswira: An interactive tool for visualising GCBM output.
Mozilla Public License 2.0
3 stars 6 forks source link

Fix typo in docstring #37

Closed abhineet97 closed 4 years ago

abhineet97 commented 4 years ago

In the docstring of the find_units function of this module, "from" has been accidentally written. It should be removed.

rahulsain commented 4 years ago

do i have to remove all the "from" or the one that is written before import

abhineet97 commented 4 years ago

@rahulsain3000, this issue was actually referring to the word "from" that had been mistakenly put in the comment of the find_units function.

Anyway, thank you for your interest!

Please feel free to browse the code and open a PR if you want to suggest anything.