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 /ja-jp/python-jp.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 'ja-jp/python-jp.html.markdown')
-rw-r--r-- | ja-jp/python-jp.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ja-jp/python-jp.html.markdown b/ja-jp/python-jp.html.markdown index b9731411..3e01bfcd 100644 --- a/ja-jp/python-jp.html.markdown +++ b/ja-jp/python-jp.html.markdown @@ -21,7 +21,7 @@ lang: ja-jp フィードバッグは大歓迎です! [@louiedinh](http://twitter.com/louiedinh) または louiedinh [at] [google's email service] にご連絡下さい! -Note: この記事はPython 3に内容を絞っています。もし古いPython 2.7を学習したいなら、 [こちら](http://learnxinyminutes.com/docs/python/) をご確認下さい。 +Note: この記事はPython 3に内容を絞っています。もし古いPython 2.7を学習したいなら、 [こちら](http://learnxinyminutes.com/docs/pythonlegacy/) をご確認下さい。 ```python # 1行のコメントは番号記号(#)から始まります。 |