8000 Update README.md · RustPython/RustPython@955d95c · GitHub
[go: up one dir, main page]

Skip to content

Commit 955d95c

Browse files
authored
Update README.md
Remove unnecessary `uv run`
1 parent 5e682e3 commit 955d95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ To enhance CPython compatibility, try to increase unittest coverage by checking
226226
Another approach is to checkout the source code: builtin functions and object
227227
methods are often the simplest and easiest way to contribute.
228228

229-
You can also simply run `uv run python -I whats_left.py` to assist in finding any unimplemented
229+
You can also simply run `python -I whats_left.py` to assist in finding any unimplemented
230230
method.
231231

232232
## Compiling to WebAssembly

0 commit comments

Comments
 (0)
0