Skip to content

Commit

Permalink
fix typo: nodebook to notebook (#83)
Browse files Browse the repository at this point in the history
* Update README.md

* Update setup.py
  • Loading branch information
SmartManoj authored Oct 23, 2020
1 parent 1d1add6 commit 823a3c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- Generating requirements.txt for Python project.
- Handling the difference between different Python versions.
- Jupyter nodebook (`*.ipynb`) support.
- Jupyter notebook (`*.ipynb`) support.
- Including the import statements from ``exec``/``eval``, doctest of docstring, etc.
- Searching packages by import name.
- Checking the latest versions for Python project.
Expand Down Expand Up @@ -45,7 +45,7 @@ pip install git+https://github.com/damnever/pigar.git@[master or other branch] -
$ pigar -p ../dev-requirements.txt -P ../
```
`pigar` can list all files which referenced the package(the line numbers for Jupyter nodebook may be a bit confusing), for example:
`pigar` can list all files which referenced the package(the line numbers for Jupyter notebook may be a bit confusing), for example:
```
# project/foo.py: 2,3
# project/bar/baz.py: 2,7,8,9
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- Generating requirements.txt for Python project.
- Handling the difference between different Python versions.
- Jupyter nodebook (`*.ipynb`) support.
- Jupyter notebook (`*.ipynb`) support.
- Including the import statements from `exec`/`eval`, doctest of docstring, etc.
- Searching packages by import name.
- Checking the latest versions for Python project.
Expand Down

0 comments on commit 823a3c2

Please sign in to comment.