From 3281bfe1923ae9a1980f229b7f042076f73524fd Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Tue, 25 Dec 2012 22:50:33 +0100 Subject: [PATCH] Correzioni --- License.txt | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/License.txt b/License.txt index 6596941..f183547 100644 --- a/License.txt +++ b/License.txt @@ -1,6 +1,6 @@ * Frattali * - * Modulo in python per disegnare frattali usando turtle graphics. + * Modulo in python 3 per disegnare frattali usando turtle graphics. * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php diff --git a/README.md b/README.md index 9c80a04..2e0e682 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ I tipi di frattali sono organizzati in classi. Per disegnarne uno istanziare un *Velocità: un intero tra 0 e 10 o una stringa "fastest" = 0, "fast" = 10, "normal" = 6, "slow" = 3, "slowest" = 1; *Riempi: True o False per riempire il frattale dopo averlo disegnato; - Es. figura = koch("#92182b",0,True) + Es. figura = koch("#92182b",0,True) Dopo aver creato l'oggetto per disegnare usare il metodo ".disegna()":