Fix typos

Found via `codespell -S ./peeps,./pipenv/patched,./pipenv/vendor,./pipenv/pipenv.1,./get-pipenv.py,./tests/test_artifacts`
This commit is contained in:
Kian-Meng Ang
2023-07-23 21:55:03 +08:00
parent 7085c79cdb
commit 810fb745ae
12 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ Invoke script:
$ pipenv run echospam "indeed"
I am really a very silly example indeed
You can also specify pacakge functions as callables such as: `<pathed.module>:<func>`. These can also take arguments.
You can also specify package functions as callables such as: `<pathed.module>:<func>`. These can also take arguments.
For example:
[scripts]