From d1060320cbef0969e68162f61e77d905340fb2e6 Mon Sep 17 00:00:00 2001 From: Hanson Char Date: Wed, 15 Jul 2026 15:07:11 -0700 Subject: [PATCH] Fix markdown for in-place underscore --- Part2.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Part2.ipynb b/Part2.ipynb index 6ddb175..f7fbc71 100644 --- a/Part2.ipynb +++ b/Part2.ipynb @@ -294,7 +294,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "In-place operations exist to, generally denoted by a trailing '_' (e.g. my_tensor.my_inplace_function_)." + "In-place operations exist to, generally denoted by a trailing `_` (e.g. `my_tensor.my_inplace_function_`)." ] }, {