1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 13:38:38 +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
..
2016-02-12 11:42:25 -08:00
2019-10-08 21:28:45 -03:00
2018-10-14 05:51:14 +05:30
2019-08-21 12:04:19 +05:30