diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 053f66dd67953..602cfeaaf23ff 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -200,7 +200,7 @@ Releases can only be performed by Astral team members. Changelog entries and version bumps are automated. First, run: -``` +```shell ./scripts/release.sh ``` diff --git a/README.md b/README.md index f158a6dda23c6..0edfdba74fb3b 100644 --- a/README.md +++ b/README.md @@ -285,8 +285,8 @@ for Windows support. uv is licensed under either of - Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or - https://www.apache.org/licenses/LICENSE-2.0) -- MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) + ) +- MIT license ([LICENSE-MIT](LICENSE-MIT) or ) at your option. diff --git a/STYLE.md b/STYLE.md index 6786ea6871a7a..e777b71fd980e 100644 --- a/STYLE.md +++ b/STYLE.md @@ -122,7 +122,7 @@ The documentation is divided into: ### Warnings -1. `warn_user` and `warn_user_once` are shown without the `--verbose `flag. +1. `warn_user` and `warn_user_once` are shown without the `--verbose` flag. - These methods should be preferred over tracing warnings when the warning is actionable. - Deprecation warnings should use these methods. 1. Deprecation warnings must be actionable.