diff options
| -rw-r--r-- | docs/user-guide/a1-02-slangpy.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
