Skip to content

Commit

Permalink
Merge branch 'main' into build-3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
MSeal authored Oct 30, 2023
2 parents 13e7324 + 3ad2dac commit 9a47c59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage-inspect.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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'})``
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9a47c59

Please sign in to comment.