diff options
| author | Elie Michel <eliemichel@users.noreply.github.com> | 2024-06-06 15:46:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-06 06:46:35 -0700 |
| commit | 40d48bf1742cf21cc1ad3dd00d11fb04f37e512f (patch) | |
| tree | b0a13fbdce5981ca5933c84246274c99b1530b3f /docs | |
| parent | 20f7f4a2e8b0d6f1abf71f2d4bbfde92d3464c8b (diff) | |
Fix python syntax highlighting in slangpy chapter (#4282)
Diffstat (limited to 'docs')
| -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 |
