mirror of
https://github.com/actions/setup-python
synced 2025-04-05 14:59:42 +00:00
Fix typos found by codespell (#650)
This commit is contained in:
committed by
GitHub
parent
ea5b57fccc
commit
61a6322f88
@ -11,7 +11,7 @@ import * as tc from '@actions/tool-cache';
|
||||
|
||||
// Python has "scripts" or "bin" directories where command-line tools that come with packages are installed.
|
||||
// This is where pip is, along with anything that pip installs.
|
||||
// There is a seperate directory for `pip install --user`.
|
||||
// There is a separate directory for `pip install --user`.
|
||||
//
|
||||
// For reference, these directories are as follows:
|
||||
// macOS / Linux:
|
||||
|
Reference in New Issue
Block a user