mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
fix doc
This commit is contained in:
parent
10c1a5c42d
commit
60f248b245
@ -59,7 +59,7 @@ PyObject* f_sum = vm->builtins->attr("sum");
|
||||
|
||||
List args(N); // a list of N arguments
|
||||
|
||||
vm->s_data.push_back(f_print);
|
||||
vm->s_data.push_back(f_sum);
|
||||
vm->s_data.push_back(PY_NULL); // self
|
||||
|
||||
for(PyObject* arg : args) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user