mirror of https://github.com/astral-sh/uv
chore: fix typo in crates/uv-virtualenv/README.md (#16700)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary fix typo in crates/uv-virtualenv/README.md <!-- What's the purpose of the change? What does it do, and why? --> ## Test Plan <!-- How was it tested? --> No need. Signed-off-by: bigmoonbit <bigmoonbit@outlook.com>
This commit is contained in:
parent
c16a5fd630
commit
82c612704a
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
## Syncing with upstream virtualenv activation scripts
|
||||
|
||||
This crate tries to stay in sync with pypa/virtualenv project's activation scrips. However, there
|
||||
This crate tries to stay in sync with pypa/virtualenv project's activation scripts. However, there
|
||||
are some deviations that are specific to this crate's implementation.
|
||||
|
||||
### License disclaimers added
|
||||
|
|
|
|||
Loading…
Reference in New Issue