mirror of
https://github.com/astral-sh/uv.git
synced 2025-07-07 21:35:00 +00:00
Fix 2 typos in MRE docs (#12198)
2 fixes: 1. `examaple` -> `example`. 2. `"Any relevant system state (e.g., )"` was missing the part after `"e.g.,"`, so I'm adding an example there.
This commit is contained in:
parent
2a9bade4df
commit
b689e34418
1 changed files with 3 additions and 3 deletions
|
@ -9,11 +9,11 @@ a maintainer much longer to identify the root cause of the problem.
|
|||
|
||||
## How to write a reproducible example
|
||||
|
||||
When writing a reproducible examaple, the goal is to provide all of the context necessary for
|
||||
someone else to reproduce your example. This includes:
|
||||
When writing a reproducible example, the goal is to provide all of the context necessary for someone
|
||||
else to reproduce your example. This includes:
|
||||
|
||||
- The platform you're using (e.g., the operating system and architecture)
|
||||
- Any relevant system state (e.g., )
|
||||
- Any relevant system state (e.g., explicitly set environment variables)
|
||||
- The version of uv
|
||||
- The version of other relevant tools
|
||||
- The relevant files (the `uv.lock`, `pyproject.toml`, etc.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue