summaryrefslogtreecommitdiffhomepage
path: root/pt-br/python-pt.html.markdown
Commit message (Collapse)AuthorAgeLines
* Rename Python 3 markdown files into 'python'Simon Shine2020-02-12-0/+746
| | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done
* Rename Python 2 markdown files into 'pythonlegacy'Simon Shine2020-02-12-509/+0
| | | | | | | | | ``` for f in $(find . -iname "*python*" | grep -vE 'python3|git|statcomp'); do flegacy=$(echo "$f" | sed 's/python/pythonlegacy/') git mv "$f" "$flegacy" done ```
* Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | languages
* Fix typo on 'lang' tag.Lucas Tadeu Teixeira2013-08-13-1/+1
|
* Updated translation filenames to prevent collisionsAdam2013-08-12-1/+1
|
* pt-br translation to pythonVilson Vieira2013-08-09-0/+509