OSDN Git Service

修正链接
authorHenry-ZHR <1736466350@qq.com>
Tue, 5 May 2020 11:18:56 +0000 (19:18 +0800)
committerGitHub <noreply@github.com>
Tue, 5 May 2020 11:18:56 +0000 (19:18 +0800)
docs/lang/python.md

index 2523ab2..c22757a 100644 (file)
@@ -43,7 +43,7 @@ Type "help", "copyright", "credits" or "license" for more information.
 
 这就是 Python 的 **IDLE** 。
 
-???+ note "何谓 [**IDLE**](https://docs.python.org/zh-cn/3/glossary.html#idle)?"
+???+ note "何谓 [**IDLE**](https://docs.python.org/zh-cn/3/glossary.html#term-idle)?"
     Python 的 IDE,“集成开发与学习环境”的英文缩写。是 Python 标准发行版附带的基本编程器和解释器环境。在其他 Python 发行版(如 Anaconda)中还包含 [IPython](https://ipython.org/) , [Spyder](https://www.spyder-ide.org/) 等更加先进的 IDE。
 
 ### macOS/Linux