This commit is contained in:
blueloveTH 2023-10-08 16:33:50 +08:00
parent c64e8ce7b6
commit e26ea4a95c

View File

@ -254,4 +254,4 @@ For example, `vm->bind__add__` is preferred over `vm->bind_method<1>(type, "__ad
### Further reading
See [linalg.h](https://github.com/blueloveTH/pocketpy/blob/main/src/random.cpp) for a complete example used by `random` module.
See [random.cpp](https://github.com/blueloveTH/pocketpy/blob/main/src/random.cpp) for an example used by `random` module.