Skip to content

Commit b9082b0

Browse files
authored
Merge pull request RustPython#858 from youknowone/fix-readme
Fix README not to refer moved file
2 parents 9e54dbe + 9f76765 commit b9082b0

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
@@ -85,7 +85,7 @@ Another approach is to checkout the source code: builtin functions and object me
8585
and easiest way to contribute.
8686

8787
You can also simply run
88-
`cargo run tests/snippets/whats_left_to_implement.py` to assist in finding any
88+
`./whats_left.sh` to assist in finding any
8989
unimplemented method.
9090

9191
# Testing

0 commit comments

Comments
 (0)