Skip to content

Commit 386e299

Browse files
authored
Merge pull request #5 from davidbrochart/fix_doc
Fix doc
2 parents ca602d3 + 3e53c58 commit 386e299

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protocol nbclient is to notebooks allowing for execution contexts to be run.
2121

2222
## Origins
2323

24-
This library used to be part of [nbconvert](https://nbconvert.readthedocs.io/en/latest/) and was extracted into it's own library for easier updating and importing by downstream libraries and applications.
24+
This library used to be part of [nbconvert](https://nbconvert.readthedocs.io/en/latest/) and was extracted into its own library for easier updating and importing by downstream libraries and applications.
2525

2626
## Python Version Support
2727

docs/execute.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Example
2727
Let's start with a complete quick example, leaving detailed explanations
2828
to the following sections.
2929

30-
**Import**: First we import nbclient and the :class:`Executor`
30+
**Import**: First we import nbformat and the :class:`Executor`
3131
class::
3232

33-
import nbclient
33+
import nbformat
3434
from nbclient.execute import Executor
3535

36-
**Load**: Assuming that ``notebook_filename`` contains the path of a notebook,
36+
**Load**: Assuming that ``notebook_filename`` contains the path to a notebook,
3737
we can load it with::
3838

3939
with open(notebook_filename) as f:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ protocol nbclient is to notebooks allowing for execution contexts to be run.
1313
Origins
1414
-------
1515

16-
This library used to be part of `nbconvert <https://nbconvert.readthedocs.io/en/latest/>`_ and was extracted into it's own
16+
This library used to be part of `nbconvert <https://nbconvert.readthedocs.io/en/latest/>`_ and was extracted into its own
1717
library for easier updating and importing by downstream libraries and
1818
applications.
1919

0 commit comments

Comments
 (0)