Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -655/+0 |
| | | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done | |||
* | Update python3-de.html.markdown | Aldaschwede | 2019-08-06 | -1/+1 |
| | | | spelling mistake | |||
* | Type correction for the output of math.sqrt() propagated across versions and ↵ | Anindya Srivastava | 2019-02-06 | -1/+1 |
| | | | | languages | |||
* | [python3/de] Fix a few typos | luthub | 2018-06-24 | -7/+7 |
| | ||||
* | fixed missing brackets for print | Monschichi | 2017-09-22 | -14/+14 |
| | | | brackets where missing for print in python3 de-de | |||
* | Add german translation for python3 (#1287) | Matthias Kern | 2016-06-26 | -0/+655 |