Skip to content

Commit

Permalink
Fix translation
Browse files Browse the repository at this point in the history
Italian
  • Loading branch information
sashamishcheriakova committed Sep 18, 2024
1 parent 143dd73 commit efabc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion it-IT/code/powerful_patterns_yakan_weaving_example/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def motivo():
fill(BLU)
rect(0, 50, dimensione_motivo/4, dimensione_motivo/4)
fill(GIALLO)
rect(50, 50, dimensione_motivo4, dimensione_motivo/4)
rect(50, 50, dimensione_motivo/4, dimensione_motivo/4)


def ruota_motivo():
Expand Down

0 comments on commit efabc93

Please sign in to comment.