Skip to content

Commit 823a3c2

Browse files
authored
fix typo: nodebook to notebook (#83)
* Update README.md * Update setup.py
1 parent 1d1add6 commit 823a3c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Generating requirements.txt for Python project.
88
- Handling the difference between different Python versions.
9-
- Jupyter nodebook (`*.ipynb`) support.
9+
- Jupyter notebook (`*.ipynb`) support.
1010
- Including the import statements from ``exec``/``eval``, doctest of docstring, etc.
1111
- Searching packages by import name.
1212
- Checking the latest versions for Python project.
@@ -45,7 +45,7 @@ pip install git+https://github.com/damnever/pigar.git@[master or other branch] -
4545
$ pigar -p ../dev-requirements.txt -P ../
4646
```
4747
48-
`pigar` can list all files which referenced the package(the line numbers for Jupyter nodebook may be a bit confusing), for example:
48+
`pigar` can list all files which referenced the package(the line numbers for Jupyter notebook may be a bit confusing), for example:
4949
```
5050
# project/foo.py: 2,3
5151
# project/bar/baz.py: 2,7,8,9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
- Generating requirements.txt for Python project.
2323
- Handling the difference between different Python versions.
24-
- Jupyter nodebook (`*.ipynb`) support.
24+
- Jupyter notebook (`*.ipynb`) support.
2525
- Including the import statements from `exec`/`eval`, doctest of docstring, etc.
2626
- Searching packages by import name.
2727
- Checking the latest versions for Python project.

0 commit comments

Comments
 (0)