We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4768634 commit 01d9d48Copy full SHA for 01d9d48
docs/poetry-template/index.md
@@ -64,7 +64,7 @@ A comprehensive template for quickly starting new Python projects with modern de
64
65
!!! info "Step 3: Set up environment variables"
66
```bash
67
- cp example.env .env.development
+ cp .env.example .env.development
68
# Edit .env.development as needed
69
```
70
docs/uv-template/index.md
0 commit comments