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:
Yury Fedotov 2025-03-16 10:26:33 -04:00 committed by GitHub
parent 2a9bade4df
commit b689e34418
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.)