From 823a3c2478361d53dba408bea75e1766d253f3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Fri, 23 Oct 2020 11:46:11 +0530 Subject: [PATCH] fix typo: nodebook to notebook (#83) * Update README.md * Update setup.py --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 12682c7..020ac4b 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 diff --git a/setup.py b/setup.py index 92673f3..868a7ec 100644 --- a/setup.py +++ b/setup.py @@ -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.