Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flexatone committed Nov 12, 2024
1 parent 27091af commit 39d0985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/articles/swppc/swppc.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ numpy-2.0.0 ~/.env-tt/lib/python3.12/site-packages
numpy-2.1.2 ~/.env-lt/lib/python3.11/site-packages
```

Having 15 different versions of NumPy in 27 virtual environment might be undesirable. Using `fetter unpack-count`, we can view how many files are associated with a particular package.
Having 15 different versions of NumPy in 27 virtual environments might be undesirable. Using `fetter unpack-count`, we can view how many files are associated with a particular package.

```shell
$ fetter unpack-count -p numpy-1.18.5
Expand Down

0 comments on commit 39d0985

Please sign in to comment.