diff options
author | Marcel Ribeiro Dantas, Ph.D <ribeirodantasdm@gmail.com> | 2022-07-10 12:14:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-10 12:14:08 +0200 |
commit | f53fab778833a4e1547acec9c2e6a84fb5f20ccc (patch) | |
tree | 553faf19d40e4636be11275c82c78bdb376ff76f /pt-br | |
parent | 91367a1730a0cb5cfcaf250812775a153c8ce780 (diff) |
Fix filename field
The incorrect filename in this file was overwriting the same document for the original document in English.
Diffstat (limited to 'pt-br')
-rw-r--r-- | pt-br/pythonstatcomp-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/pythonstatcomp-pt.html.markdown b/pt-br/pythonstatcomp-pt.html.markdown index 5d166ca1..f7ab0669 100644 --- a/pt-br/pythonstatcomp-pt.html.markdown +++ b/pt-br/pythonstatcomp-pt.html.markdown @@ -5,7 +5,7 @@ contributors: - ["e99n09", "https://github.com/e99n09"] translators: - ["waltercjunior", "https://github.com/waltercjunior"] -filename: pythonstatcomp.py +filename: pythonstatcomp-pt.py --- Este é um tutorial sobre como fazer algumas tarefas típicas de programação estatística usando Python. |