Skip to content

Commit

Permalink
DOC: Fix typos in installation.md (py-pdf#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
amyreyespdx authored Nov 3, 2022
1 parent 6a61089 commit 0b2b3ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ pip install --user PyPDF2

### Optional dependencies

PyPDF2 tries to be as self-contained as possible, but for some tasks the amout
PyPDF2 tries to be as self-contained as possible, but for some tasks the amount
of work to properly maintain the code would be too high. This is especially the
case for cryptography and image formats.

If you simply want to unstall all optional dependencies, please run
If you simply want to install all optional dependencies, run:

```
pip install PyPDF2[full]
Expand Down

0 comments on commit 0b2b3ec

Please sign in to comment.