From f53fab778833a4e1547acec9c2e6a84fb5f20ccc Mon Sep 17 00:00:00 2001 From: "Marcel Ribeiro Dantas, Ph.D" Date: Sun, 10 Jul 2022 12:14:08 +0200 Subject: [PATCH] Fix filename field The incorrect filename in this file was overwriting the same document for the original document in English. --- pt-br/pythonstatcomp-pt.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.