From 40d48bf1742cf21cc1ad3dd00d11fb04f37e512f Mon Sep 17 00:00:00 2001 From: Elie Michel Date: Thu, 6 Jun 2024 15:46:35 +0200 Subject: Fix python syntax highlighting in slangpy chapter (#4282) --- docs/user-guide/a1-02-slangpy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/user-guide/a1-02-slangpy.md b/docs/user-guide/a1-02-slangpy.md index 58f37ac2e..f00ca0a14 100644 --- a/docs/user-guide/a1-02-slangpy.md +++ b/docs/user-guide/a1-02-slangpy.md @@ -62,7 +62,7 @@ The second attribute `[AutoPyBindCUDA]` allows us to call `square` directly from You can now simply invoke this kernel from python: -``` Python +```python import torch import slangtorch -- cgit v1.2.3