summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
diff options
context:
space:
mode:
authorkai-striega <kaistriega@gmail.com>2019-07-15 12:30:55 +0800
committerkai-striega <kaistriega@gmail.com>2019-07-15 13:10:19 +0800
commita0b3874811e53d17b45ae1911888ddccd8d85c22 (patch)
tree808bc8df2daec43f5a0904f5c03db779f54ea66e /numpy/core/numeric.py
parente55bcb2f2c40852be7d9f0e6e262c332dd2b277d (diff)
downloadnumpy-a0b3874811e53d17b45ae1911888ddccd8d85c22.tar.gz
DEV: Fix spelling error in npy_tempita kwarg
This commit fixes the spelling of the ``delimeter`` kwarg to ``delimiter`` (note the second e -> i) in the npy_tempita module. This npy_tempita vendorises Tempita a minimal templating language. The spelling has been fixed in the official documentation [1] and source code [2]. This commit fixes that fix by aligning npy_tempita with the reference documentation. Although the vendored version is used in NumPy the delimeter kwarg is not. This raised the consideration of reverting to either the original version or Cython's non-vendored version [3]. Both were decided against because: 1. The original is not actively maintained and required some fixes. 2. Cython's Tempita is an internal Cython tool and Cython may not guarantee that it will be present. [1] https://pyrocore.readthedocs.io/en/latest/tempita.html [2] https://bitbucket.org/ianb/tempita/src/default/tempita/__init__.py [3] https://github.com/cython/cython/blob/master/Cython/Tempita/_tempita.py
Diffstat (limited to 'numpy/core/numeric.py')
0 files changed, 0 insertions, 0 deletions