1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 21:49:22 +01:00
Simon Shine 8f5fac9895 Python 3: 'language: Python'
Instead of listing 'language: python3' for Python 3, use

    language: Python

as #3450 does.

```
find . -iname "python-*.markdown" -exec \
  sed -i 's/language: python3/language: Python/' {} \;
```
2020-02-12 07:04:42 +01:00
..
2017-08-25 13:47:24 +05:45
2018-10-14 05:51:14 +05:30
2018-10-14 06:05:25 +05:30
2017-08-25 13:48:16 +05:45
md
2018-08-24 19:44:16 -07:00
2018-08-30 19:01:57 +08:00
2018-11-17 23:55:42 +05:30
2018-11-17 23:55:42 +05:30
2017-10-27 20:53:15 +02:00
2018-10-14 12:04:44 +02:00