From d43b8fe241797a0d3f896f51a78c377632b6ccae Mon Sep 17 00:00:00 2001 From: ftnext Date: Tue, 26 May 2026 00:03:35 +0900 Subject: [PATCH] Tweak Python 3.13 venv gitignore note --- docs/en/docs/virtual-environments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/docs/virtual-environments.md b/docs/en/docs/virtual-environments.md index a2952c7cd2..a5580a6325 100644 --- a/docs/en/docs/virtual-environments.md +++ b/docs/en/docs/virtual-environments.md @@ -268,10 +268,10 @@ If you are using **Git** (you should), add a `.gitignore` file to exclude everyt /// tip -`python -m venv` also creates a `.gitignore` file by default starting with Python 3.13. - If you used [`uv`](https://github.com/astral-sh/uv) to create the virtual environment, it already did this for you, you can skip this step. 😎 +Starting with Python 3.13, `python -m venv` also creates a `.gitignore` file by default. + /// /// tip