oslocyclotronlab / ompy

A python implementation of the Oslo method
https://ompy.readthedocs.io
GNU General Public License v3.0
7 stars 7 forks source link

Typo in `Spinfunction`'s `distribution`method #158

Closed fzeiser closed 4 years ago

fzeiser commented 4 years ago

Here is a typo in the distribution method of the Spinfunction class.

Currently, it reads distibution instead of distribution. Will correct it and all occurrences. This might effect core where ompy is used (typo needs to be corrected there, too).