1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-22 06:13:32 +02:00

Switch links: 'python3 <-> python' and 'python <-> pythonlegacy'

The list of references is exhausted by running 'ack docs/python'.
This commit is contained in:
Simon Shine
2020-02-12 05:03:08 +01:00
parent a3b0585374
commit efe00fd06e
13 changed files with 13 additions and 13 deletions

View File

@@ -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行のコメントは番号記号(#)から始まります。