Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAINT: Fix spelling error in npy_tempita kwarg #14005

Merged
merged 1 commit into from
Jul 15, 2019
Merged

MAINT: Fix spelling error in npy_tempita kwarg #14005

merged 1 commit into from
Jul 15, 2019

Conversation

Kai-Striega
Copy link
Member

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

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
@Kai-Striega
Copy link
Member Author

@charris this fixes #13986. Let me know if you would like any revisions.

@charris charris changed the title DEV: Fix spelling error in npy_tempita kwarg MAINT: Fix spelling error in npy_tempita kwarg Jul 15, 2019
@charris charris merged commit 4abf4d1 into numpy:master Jul 15, 2019
@charris
Copy link
Member

charris commented Jul 15, 2019

Thanks @Kai-Striega .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants