Skip to content

Commit 7745479

Browse files
authored
Fix bug in dictionary
1 parent 4832d68 commit 7745479

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pt/python_introduction/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,8 @@ Você pode encontrar uma lista de todos os métodos disponíveis neste capítulo
341341
Um dicionário é semelhante a uma lista, mas você pode acessar valores através de uma chave ao invés de um índice. Uma chave pode ser qualquer string ou número. A sintaxe para definir um dicionário vazio é:
342342

343343
{% filename %}command-line{% endfilename %}
344-
```>>> {}
344+
```python
345+
>>> {}
345346
{}
346347
```
347348

0 commit comments

Comments
 (0)