Skip to content

Commit ad31f2e

Browse files
committed
Follow PR #40049, Replace dead HTTP links in tutorial
1 parent e11b138 commit ad31f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/zh/tutorial/programming.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ Sage 整数(或有理数,或任何具有 ``__index__`` 方法的对象)都
365365
============
366366

367367
字典(有时也被称为关联数组)是从“可哈希”对象(例如字符串、数字和元组等;详情请参见 Python 文档
368-
http://docs.python.org/tut/node7.html 和
369-
http://docs.python.org/lib/typesmapping.html )
368+
http://docs.python.org/3/tutorial/datastructures.html 和
369+
https://docs.python.org/3/library/stdtypes.html#typesmapping
370370
到任意对象的映射。
371371

372372
::

0 commit comments

Comments
 (0)