summaryrefslogtreecommitdiff
path: root/numpy/core/machar.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-05-09 12:16:14 +0300
committerVille Skyttä <ville.skytta@iki.fi>2017-05-09 12:16:14 +0300
commitef5684564e3074daf614846f30bfdd7f15f5254f (patch)
tree1b604adcf75bec0009c27d340e6ede2adb03b2ec /numpy/core/machar.py
parent23b0cf3a5925dbc1f0503fbdacdf8088372f4ab5 (diff)
downloadnumpy-ef5684564e3074daf614846f30bfdd7f15f5254f.tar.gz
ENH: Spelling fixes
Diffstat (limited to 'numpy/core/machar.py')
-rw-r--r--numpy/core/machar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/machar.py b/numpy/core/machar.py
index 6f2735d32..7578544fe 100644
--- a/numpy/core/machar.py
+++ b/numpy/core/machar.py
@@ -30,7 +30,7 @@ class MachAr(object):
eps : float
Floating-point number ``beta**machep`` (floating point precision)
negep : int
- Exponent of the smallest power of `ibeta` that, substracted
+ Exponent of the smallest power of `ibeta` that, subtracted
from 1.0, gives something different from 1.0.
epsneg : float
Floating-point number ``beta**negep``.