Skip to content

Commit 32be0fe

Browse files
committed
Fix formatting
1 parent 7535b13 commit 32be0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9
1+
3.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ that you like, including uv, conda, and virtualenv.
2121
With uv, you can create a virtual environment with the following command:
2222

2323
```bash
24-
uv venv -n --seed --python 3.9 /path/to/new/virtual/environment/ssl_env`
24+
uv venv -n --seed --python 3.9 /path/to/new/virtual/environment/ssl_env
2525
```
2626
This will create a new virtual environment in the specified path.
2727

0 commit comments

Comments
 (0)