From 3e687f1a8ccb1cd0d52a966005551d528ca141df Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Sat, 6 Apr 2024 08:33:50 -0700 Subject: Remove leading and trailing empty lines in code blocks --- pt-br/pythonlegacy-pt.html.markdown | 2 -- 1 file changed, 2 deletions(-) (limited to 'pt-br/pythonlegacy-pt.html.markdown') diff --git a/pt-br/pythonlegacy-pt.html.markdown b/pt-br/pythonlegacy-pt.html.markdown index 572bb787..4de413bd 100644 --- a/pt-br/pythonlegacy-pt.html.markdown +++ b/pt-br/pythonlegacy-pt.html.markdown @@ -487,8 +487,6 @@ math.sqrt(16) == m.sqrt(16) #=> True # estão definidos em um módulo qualquer. import math dir(math) - - ``` ## Pronto para mais? -- cgit v1.2.3