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-10-23 13:07:42 -02:00
2018-03-14 08:44:44 +05:45
2019-10-08 21:30:02 -03:00
2018-10-14 05:51:14 +05:30
2018-02-28 20:18:45 +05:45
2017-10-04 21:53:03 -03:00
2018-11-17 23:55:42 +05:30
2016-10-20 18:54:50 +02:00
2018-10-01 17:16:56 -03:00
2018-11-17 23:55:42 +05:30
2017-10-25 23:38:59 -02:00
2019-10-01 13:49:20 -03:00
2017-10-25 23:42:06 -02:00
2018-11-17 23:55:42 +05:30
2018-08-30 19:02:36 +08:00
2019-10-01 11:55:55 -03:00
2018-10-01 17:03:32 -03:00
2018-10-01 17:07:53 -03:00
2015-10-29 23:17:09 -02:00
2016-09-16 12:46:08 +02:00
2019-10-01 13:40:16 -03:00