Skip to content

Commit

Permalink
nit: capitalize Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Aug 23, 2024
1 parent a679d7a commit 9ec7fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ for more details on requesting Python versions.

## Using GUI scripts

On windows `uv` will run your script ending with `.pyw` extension using `pythonw`:
On Windows `uv` will run your script ending with `.pyw` extension using `pythonw`:

```python title="example.pyw"
from tkinter import Tk, ttk
Expand Down

0 comments on commit 9ec7fa5

Please sign in to comment.