mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-01-03 12:44:19 +03:00
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/' {} \; ```
This commit is contained in:
parent
95c8b24ebf
commit
8f5fac9895
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
- ["Steven Basart", "http://github.com/xksteven"]
|
- ["Steven Basart", "http://github.com/xksteven"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://ldinh.ca"]
|
- ["Louie Dinh", "http://ldinh.ca"]
|
||||||
translators:
|
translators:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
- ["Steven Basart", "http://github.com/xksteven"]
|
- ["Steven Basart", "http://github.com/xksteven"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
translators:
|
translators:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
- ["Steven Basart", "http://github.com/xksteven"]
|
- ["Steven Basart", "http://github.com/xksteven"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
filename: learnpython3-it.py
|
filename: learnpython3-it.py
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
- ["Steven Basart", "http://github.com/xksteven"]
|
- ["Steven Basart", "http://github.com/xksteven"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
- ["Steven Basart", "http://github.com/xksteven"]
|
- ["Steven Basart", "http://github.com/xksteven"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
lang: ru-ru
|
lang: ru-ru
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://ldinh.ca"]
|
- ["Louie Dinh", "http://ldinh.ca"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
- ["Steven Basart", "http://github.com/xksteven"]
|
- ["Steven Basart", "http://github.com/xksteven"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
filename: learnpython3-vi.py
|
filename: learnpython3-vi.py
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language: python3
|
language: Python
|
||||||
contributors:
|
contributors:
|
||||||
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
- ["Louie Dinh", "http://pythonpracticeprojects.com"]
|
||||||
- ["Steven Basart", "http://github.com/xksteven"]
|
- ["Steven Basart", "http://github.com/xksteven"]
|
||||||
|
Loading…
Reference in New Issue
Block a user