diff options
author | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 05:03:08 +0100 |
---|---|---|
committer | Simon Shine <shreddedglory@gmail.com> | 2020-02-12 05:03:08 +0100 |
commit | efe00fd06e2908f547ed8d47bd818301f96c4620 (patch) | |
tree | 9e07da463ae19388a0e1d4658cddce771def126c /vi-vn/python-vi.html.markdown | |
parent | a3b0585374d69e392fdb724bde30bc4048358d31 (diff) |
Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'
The list of references is exhausted by running 'ack docs/python'.
Diffstat (limited to 'vi-vn/python-vi.html.markdown')
-rw-r--r-- | vi-vn/python-vi.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vi-vn/python-vi.html.markdown b/vi-vn/python-vi.html.markdown index f6cce1a3..8c373d53 100644 --- a/vi-vn/python-vi.html.markdown +++ b/vi-vn/python-vi.html.markdown @@ -19,7 +19,7 @@ như một loại mã giả (pseudocode) có thể thực thi được. Mọi phản hồi đều sẽ được tích cực ghi nhận! Bạn có thể liên lạc với tôi qua Twitter [@louiedinh](http://twitter.com/louiedinh) hoặc louiedinh [at] [google's email service] -Lưu ý: Bài viết này áp dụng riêng cho Python 3. Truy cập [vào đây](http://learnxinyminutes.com/docs/python/) nếu bạn muốn học phiên bản cũ Python 2.7 +Lưu ý: Bài viết này áp dụng riêng cho Python 3. Truy cập [vào đây](http://learnxinyminutes.com/docs/pythonlegacy/) nếu bạn muốn học phiên bản cũ Python 2.7 ```python |