Skip to content

Commit 3ad2dac

Browse files
Use “parameterize” spelling (#714)
When not specifically referring to the “parametrize” package (https://pypi.org/project/parametrize/), use the standard spelling “parameterize.” This is consistent with the GitHub project page summary and with the first sentence of README.md
1 parent 54f6c03 commit 3ad2dac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage-inspect.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The `inspect_notebook` function can be called to inspect a notebook:
2222
pm.inspect_notebook('path/to/input.ipynb')
2323
2424
.. note::
25-
If your path is parametrized, you can pass those parameters in a dictionary
25+
If your path is parameterized, you can pass those parameters in a dictionary
2626
as second parameter:
2727

2828
``inspect_notebook('path/to/input_{month}.ipynb', parameters={month='Feb'})``

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def read_reqs(fname, folder=None):
6666
setup(
6767
name='papermill',
6868
version=version(),
69-
description='Parametrize and run Jupyter and nteract Notebooks',
69+
description='Parameterize and run Jupyter and nteract Notebooks',
7070
author='nteract contributors',
7171
author_email='nteract@googlegroups.com',
7272
license='BSD',

0 commit comments

Comments
 (0)