From 7cfe3981af1c7499bd60c5e749f729ef698cff43 Mon Sep 17 00:00:00 2001 From: blueloveTH Date: Fri, 25 Aug 2023 17:08:11 +0800 Subject: [PATCH] ... --- source/_posts/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_posts/python.md b/source/_posts/python.md index ce011ee7..19e3620b 100644 --- a/source/_posts/python.md +++ b/source/_posts/python.md @@ -1310,7 +1310,7 @@ print(john) # => John ``` -### User-defined exceptions +### User-defined exceptions {.unsupported} ```python class CustomError(Exception): pass