From 6d74399f62af6e75c961d08924e7f41f68bf09dc Mon Sep 17 00:00:00 2001 From: smortezah Date: Sun, 24 Nov 2024 21:29:30 +0000 Subject: [PATCH] Fix MDX compilation error on using unexpected character `0` (U+0030) after attribute name --- website/docs/python/builtin_advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/python/builtin_advanced.md b/website/docs/python/builtin_advanced.md index 0eb3ec69..1e897e20 100644 --- a/website/docs/python/builtin_advanced.md +++ b/website/docs/python/builtin_advanced.md @@ -2076,7 +2076,7 @@ print(view[1:3]) ``` 1 - + `` **Explanation**: