From 7ee7cd5434acdb0b20b9dd6224375a8a2405c31b Mon Sep 17 00:00:00 2001 From: worldmozara Date: Wed, 23 Oct 2024 00:21:34 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E4=BF=AE=E5=A4=8D=20docs/README.md=20?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/README.md b/website/docs/README.md index 28d1d57a..5995caa2 100644 --- a/website/docs/README.md +++ b/website/docs/README.md @@ -18,7 +18,7 @@ NoneBot 基于 Python [asyncio](https://docs.python.org/zh-cn/3/library/asyncio. ### 完整的类型注解 -NoneBot 参考 [PEP 484](https://www.python.org/dev/peps/pep-0484/) 等 PEP 完整实现了类型注解,通过 Pyright(Pylance) 检查。配合编辑器的类型推导功能,能将绝大多数的 Bug 杜绝在编辑器中([编辑器支持](./editor-support))。 +NoneBot 参考 [PEP 484](https://www.python.org/dev/peps/pep-0484/) 等 PEP 完整实现了类型注解,通过 Pyright(Pylance) 检查。配合编辑器的类型推导功能,能将绝大多数的 Bug 杜绝在编辑器中([编辑器支持](./tutorial/editor-support))。 ### 开箱即用