Skip to content

Commit

Permalink
[i18n/code] Fix random description in italian
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaya-Cout committed Jun 26, 2023
1 parent 3c6641c commit 4630052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/code/catalog.it.i18n
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ PythonPower = "x alla potenza y"
PythonPrint = "Visualizza l'oggetto"
PythonRadians = "Conversione da gradi a radianti"
PythonRandint = "Intero aleatorio in [a,b]"
PythonRandom = "Numero aleatorio in [0,1]"
PythonRandom = "Numero aleatorio in [0,1["
PythonRandomFunction = "Prefisso funzione modulo casuale"
PythonRandrange = "Numero dentro il range(start, stop)"
PythonRangeStartStop = "Lista da start a stop-1"
Expand Down

0 comments on commit 4630052

Please sign in to comment.