Skip to content

Commit 694cc94

Browse files
authored
Removing unused close tag
Tag not used in the paragraph, being visible when it should not.
1 parent 7ac28c8 commit 694cc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pt/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ Já ouviu a expressão "comparar maçãs com laranjas"? Vamos tentar o equivalen
392392

393393

394394
Aqui vemos que assim como na expressão, Python não é capaz de comparar um número (`int`) e uma string (`str`).
395-
Em vez disso, ele mostrou um <strong>TypeError</strong> e nos disse que os dois tipos não podem ser comparados juntos.</p>
395+
Em vez disso, ele mostrou um <strong>TypeError</strong> e nos disse que os dois tipos não podem ser comparados juntos.
396396

397397
<h2>Booleano</h2>
398398

0 commit comments

Comments
 (0)