Skip to content

Commit cf9c9d2

Browse files
committed
Merge pull request DjangoGirls#588 from patrick91/patch-4
Fixed typo in "ciao"
2 parents 62cdcbb + 7bd532a commit cf9c9d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

it/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ if nome == 'Ola':
563563
elif nome == 'Sonja':
564564
print('Ciao Sonja!')
565565
else:
566-
print('Caio anonimo!')
566+
print('Ciao anonimo!')
567567
```
568568

569569
ed eseguito:

0 commit comments

Comments
 (0)