Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turtle.py "dicionary" spelling patch #49545

Closed
lambertdw mannequin opened this issue Feb 17, 2009 · 3 comments
Closed

turtle.py "dicionary" spelling patch #49545

lambertdw mannequin opened this issue Feb 17, 2009 · 3 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@lambertdw
Copy link
Mannequin

lambertdw mannequin commented Feb 17, 2009

BPO 5295
Nosy @mdickinson

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2009-02-20.20:59:44.056>
created_at = <Date 2009-02-17.16:34:19.572>
labels = ['type-bug', 'library']
title = 'turtle.py "dicionary" spelling patch'
updated_at = <Date 2009-02-20.20:59:44.055>
user = 'https://bugs.python.org/LambertDW'

bugs.python.org fields:

activity = <Date 2009-02-20.20:59:44.055>
actor = 'mark.dickinson'
assignee = 'none'
closed = True
closed_date = <Date 2009-02-20.20:59:44.056>
closer = 'mark.dickinson'
components = ['Library (Lib)']
creation = <Date 2009-02-17.16:34:19.572>
creator = 'LambertDW'
dependencies = []
files = []
hgrepos = []
issue_num = 5295
keywords = []
message_count = 3.0
messages = ['82341', '82545', '82547']
nosy_count = 2.0
nosy_names = ['mark.dickinson', 'LambertDW']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue5295'
versions = ['Python 3.0']

@lambertdw
Copy link
Mannequin Author

lambertdw mannequin commented Feb 17, 2009

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.

@lambertdw lambertdw mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Feb 17, 2009
@mdickinson
Copy link
Member

Fixed in the trunk in r69816, along with a few other typos. I've probably
missed a few.

Thanks!

@mdickinson
Copy link
Member

...and merged to 2.6, 3.1 and 3.0 in revisions 69818 through 69822.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant