summaryrefslogtreecommitdiffhomepage
path: root/cs-cz/python.html.markdown
Commit message (Collapse)AuthorAgeLines
* Rename Python 3 markdown files into 'python'Simon Shine2020-02-12-0/+647
``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done