From e26ea4a95ca9dff6ea4bb77206b965b0cbed4658 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Sun, 8 Oct 2023 16:33:50 +0800 Subject: [PATCH] ... --- docs/bindings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bindings.md b/docs/bindings.md index d193defc..7ace3cf7 100644 --- a/docs/bindings.md +++ b/docs/bindings.md @@ -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. \ No newline at end of file +See [random.cpp](https://github.com/blueloveTH/pocketpy/blob/main/src/random.cpp) for an example used by `random` module. \ No newline at end of file