From 3ad2dacbf539967cfed46bfa8516afbb8a120849 Mon Sep 17 00:00:00 2001 From: Ben Beasley Date: Thu, 8 Jun 2023 10:23:52 -0400 Subject: [PATCH] =?UTF-8?q?Use=20=E2=80=9Cparameterize=E2=80=9D=20spelling?= =?UTF-8?q?=20(#714)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docs/usage-inspect.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage-inspect.rst b/docs/usage-inspect.rst index e81875e9..48978476 100644 --- a/docs/usage-inspect.rst +++ b/docs/usage-inspect.rst @@ -22,7 +22,7 @@ The `inspect_notebook` function can be called to inspect a notebook: pm.inspect_notebook('path/to/input.ipynb') .. note:: - If your path is parametrized, you can pass those parameters in a dictionary + If your path is parameterized, you can pass those parameters in a dictionary as second parameter: ``inspect_notebook('path/to/input_{month}.ipynb', parameters={month='Feb'})`` diff --git a/setup.py b/setup.py index 4ec42722..243bee64 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def read_reqs(fname, folder=None): setup( name='papermill', version=version(), - description='Parametrize and run Jupyter and nteract Notebooks', + description='Parameterize and run Jupyter and nteract Notebooks', author='nteract contributors', author_email='nteract@googlegroups.com', license='BSD',