Skip to content

Commit 81df1ff

Browse files
Copilotyouknowone
andauthored
Replace deleted README demo script reference (#8492)
* Initial plan * Fix stale README example Assisted-by: Copilot: GPT-5.6 Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: youknowone <69878+youknowone@users.noreply.github.com>
1 parent e843149 commit 81df1ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ needed to prevent stack overflow on Windows):
4141

4242
```bash
4343
$ cd RustPython
44-
$ cargo run --release demo_closures.py
44+
$ cargo run --release -- -c 'print("Hello, RustPython!")'
4545
Hello, RustPython!
4646
```
4747

0 commit comments

Comments
 (0)