Skip to content

Commit 8b57d35

Browse files
authored
Merge pull request pythonfluente#71 from luxedo/patch-1
Correção de erro de digitação cap02.adoc
2 parents 56c845e + 560905f commit 8b57d35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

capitulos/cap02.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ Até o Python 3.10, o tipo `array` ainda não tem um método `sort` equivalente
17731773
a = array.array(a.typecode, sorted(a))
17741774
----
17751775
1776-
Para manter a ordem de um array ordenad ao acrescentar novos itens, use a função https://docs.python.org/pt-br/3/library/bisect.html#bisect.insort[`bisect.insort`].
1776+
Para manter a ordem de um array ordenado ao acrescentar novos itens, use a função https://docs.python.org/pt-br/3/library/bisect.html#bisect.insort[`bisect.insort`].
17771777
====
17781778

17791779
Se você trabalha muito com arrays e não conhece `memoryview`,

0 commit comments

Comments
 (0)