Skip to content

Commit c20cbf6

Browse files
authored
Update README.rst
Corrected typos.
1 parent bb4f333 commit c20cbf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
python-inspector - inspect Python packages dependencies and metadata
1+
python-inspector - inspect Python package dependencies and metadata
22
=====================================================================
33

44

@@ -14,7 +14,7 @@ Homepage: https://github.com/aboutcode-org/python-inspector and https://www.abou
1414
- parse various requirements.txt files and setup.py files as input
1515
for resolving dependencies.
1616

17-
- parse additionally various manifests and packages files such as
17+
- parse various manifests and packages files such as
1818
Pipfile, pyproject.toml, poetry.lock and setup.cfg and legacy and
1919
current metadata file formats for eggs, wheels and sdist. These
2020
have not been wired with the command line yet.
@@ -35,7 +35,7 @@ Testing
3535

3636
pytest -vvs
3737

38-
- These are live tests to regenrate the tests with updated data run::
38+
- There are live tests to regenerate the tests with updated data run::
3939

4040
PYINSP_REGEN_TEST_FIXTURES=yes pytest -vvs
4141

0 commit comments

Comments
 (0)