From a1d1a6e13a464fafde59b649a5b4dc0bbe90279e Mon Sep 17 00:00:00 2001 From: Christopher Woods Date: Tue, 3 Dec 2024 14:27:34 +0700 Subject: [PATCH] Typo fix [ci skip] --- python/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/README.md b/python/README.md index a6680d7..5e4fc63 100644 --- a/python/README.md +++ b/python/README.md @@ -45,7 +45,7 @@ Binaries for Linux X86-64 and Linux aarch64 are provided. If you need to compile yourself, then it is easiest to follow the instructions below to compile using `maturin`. -## Developing the Python wrappers +## Developing the Python wrappers First, clone the repository, e.g.