Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename Python 3 markdown files into 'python' | Simon Shine | 2020-02-12 | -1016/+0 |
| | | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done | |||
* | fix translation | bonte | 2018-08-03 | -3/+3 |
| | ||||
* | [python3/it] Added italian translation Python3 (#3094) | Draio | 2018-06-04 | -0/+1016 |
* Create python3-it.html.markdown * Update python3-it.html.markdown * Minor corrections on code and text |