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.

classification
Title: Fix "pass and object" typo in Library Reference / Built-in Types / Sequence Types
Type: Stage: resolved
Components: Documentation Versions: Python 3.1, Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ezio.melotti Nosy List: ezio.melotti, georg.brandl, ygale
Priority: normal Keywords: patch

Created on 2009-12-31 12:16 by ygale, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
typo_pass_and_object.patch ygale, 2009-12-31 12:16 Fix typo "pass and object" to "pass an object"
Messages (2)
msg97086 - (view) Author: Yitz Gale (ygale) Date: 2009-12-31 12:16
Change "if you pass and object of the wrong type"
to "if you pass an object of the wrong type"
in stdtypes.rst.
msg97088 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2009-12-31 12:27
Fixed in r77176 (py3k) and r77177 (release31-maint), thanks!
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51861
2009-12-31 12:28:13ezio.melottisetassignee: georg.brandl -> ezio.melotti
2009-12-31 12:27:06ezio.melottisetstatus: open -> closed
priority: normal

versions: + Python 3.2
nosy: + ezio.melotti

messages: + msg97088
resolution: fixed
stage: resolved
2009-12-31 12:16:45ygalecreate