summaryrefslogtreecommitdiffhomepage
path: root/pt-br/python3-pt.html.markdown
Commit message (Collapse)AuthorAgeLines
* Rename Python 3 markdown files into 'python'Simon Shine2020-02-12-746/+0
| | | | | | | | ``` for f in $(find . -iname "*python3*" | grep -vE 'git'); do fnew=$(echo "$f" | sed 's/python3/python/') git mv "$f" "$fnew" done
* Merge pull request #3733 from fnscoder/masterAdam Bard2019-10-30-4/+4
|\ | | | | [Python/pt-br] Improve translation
| * [Python/pt-br] Improve translationFelipe N Souza2019-10-26-4/+4
| |
* | Fix python3-pt portuguese mistakesbfmonique2019-10-29-14/+14
|/
* Type correction for the output of math.sqrt() propagated across versions and ↵Anindya Srivastava2019-02-06-1/+1
| | | | languages
* [python3/pr-br] Fixed typofnscoder2018-10-31-3/+3
|
* [python3/pt-br] - fix head description (#2361)Andrew Bednoff2016-09-07-1/+1
| | | fix head description for correct layout view on the site main page https://learnxinyminutes.com
* Update python3-pt.html.markdownven2016-06-26-2/+1
|
* Output example had a value more (#1876)Paulo Henrique Rodrigues Pinheiro2016-06-26-0/+747
* Output example had a value more * Added pt-br translation for python3