Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewgsavage authored Dec 20, 2024
1 parent 4e161a9 commit 82842e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uncertainties/unumpy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def ufloat_from_sample(sample):
"""
Return a ufloat where the nominal value and standard deviation are
the mean and uncertainty on the mean of the sample of values.
If a the sample is a set of random measurements of a normal distribtuion
If a the sample is a set of random measurements of a normal distribution
then the returned value will contain the best estimate of the mean
and standard deviation of the distribution.
"""
Expand Down

0 comments on commit 82842e9

Please sign in to comment.