This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author LambertDW
Recipients LambertDW
Date 2009-02-17.16:34:18
SpamBayes Score 0.0052387286
Marked as misclassified No
Message-id <1234888462.64.0.860042232767.issue5295@psf.upfronthosting.co.za>
In-reply-to
Content
x/lib/python3.0$ diff --unified turtle.py.bak turtle.py
--- turtle.py.bak	2009-02-17 11:29:15.000000000 -0500
+++ turtle.py	2009-02-17 11:29:37.000000000 -0500
@@ -2265,7 +2265,7 @@
            "outline"    :   positive number
            "tilt"       :   number
 
-        This dicionary can be used as argument for a subsequent
+        This dictionary can be used as argument for a subsequent
         pen()-call to restore the former pen-state. Moreover one
         or more of these attributes can be provided as keyword-arguments.
         This can be used to set several pen attributes in one statement.
History
Date User Action Args
2009-02-17 16:34:23LambertDWsetrecipients: + LambertDW
2009-02-17 16:34:22LambertDWsetmessageid: <1234888462.64.0.860042232767.issue5295@psf.upfronthosting.co.za>
2009-02-17 16:34:19LambertDWlinkissue5295 messages
2009-02-17 16:34:18LambertDWcreate