Skip to content

Commit 1b74685

Browse files
authored
Merge pull request DjangoGirls#1034 from IcaroJerry/patch-2
Fix: variable name
2 parents 9a263f2 + 6043eb1 commit 1b74685

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
@@ -264,7 +264,7 @@ Agora, tente escrever o seguinte comando (tente substituir com as suas próprias
264264
>>> participante = {'nome': 'Ola', 'pais': 'Polonia', 'numeros_favoritos': [7, 42, 92]}
265265

266266

267-
Com esse comando, você acabou de criar uma variável chamada `participant` com três pares de chave-valor:
267+
Com esse comando, você acabou de criar uma variável chamada `participante` com três pares de chave-valor:
268268

269269
* A chave `nome` aponta para o valor `'Ola'` (um objeto `string`),
270270
* `pais` aponta para `'Polonia'` (outra `string`),

0 commit comments

Comments
 (0)