Skip to content

Commit 78b1b80

Browse files
authored
Merge pull request astaxie#1034 from kukajp/fix_ptbr3
add `` on 'slice', line 322
2 parents 5e08daa + 694871c commit 78b1b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pt-br/02.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Sua estrutura de dados subjacente.
319319

320320
Figure 2.3 Relação enter slice e array
321321

322-
slice possui algumas operações convenientes.
322+
`slice` possui algumas operações convenientes.
323323

324324
- `slice` é baseado em 0, `ar[:n]` igual a `ar[0:n]`
325325
- Se omitido, o segundo índice será o comprimento do `slice`, `ar[n:]` igual a `ar[n:len(ar)]`.

0 commit comments

Comments
 (0)