Skip to content

Commit d43b8fe

Browse files
committed
Tweak Python 3.13 venv gitignore note
1 parent cf0a7b8 commit d43b8fe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/en/docs/virtual-environments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,10 +268,10 @@ If you are using **Git** (you should), add a `.gitignore` file to exclude everyt
268268

269269
/// tip
270270

271-
`python -m venv` also creates a `.gitignore` file by default starting with Python 3.13.
272-
273271
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. 😎
274272

273+
Starting with Python 3.13, `python -m venv` also creates a `.gitignore` file by default.
274+
275275
///
276276

277277
/// tip

0 commit comments

Comments
 (0)