We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e9d9b commit 7e899c1Copy full SHA for 7e899c1
py/tools/py/src/venv.rs
@@ -510,7 +510,7 @@ pub fn populate_venv_with_copies(
510
match entry.file_name().map(|it| it.to_str().unwrap()) {
511
// FIXME: dist-packages is a Debian-ism that exists in some customer
512
// environments. It would be better if we could manage to make this
513
- // decison a policy under user controll. Hard-coding for now.
+ // decision a policy under user control. Hard-coding for now.
514
Some("site-packages") | Some("dist-packages") => {
515
#[cfg(feature = "debug")]
516
eprintln!("Entry is site-packages...");
0 commit comments