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: typo in ctypes
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: asvetlov, docs@python, python-dev, quiver
Priority: low Keywords:

Created on 2012-10-31 14:02 by quiver, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (5)
msg174276 - (view) Author: George Yoshida (quiver) (Python committer) Date: 2012-10-31 14:02
In the following sentence:

http://docs.python.org/3.3/library/ctypes.html
> 16.17.1.19. Surprises
> There are some edges in ctypes where you may be expect something else than what actually happens.

"you may be expect" should read "you may expect"
msg174281 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-10-31 14:21
New changeset ee13dc0793df by Andrew Svetlov in branch '3.2':
Issue #16371: fix typo in ctypes documentation.
http://hg.python.org/cpython/rev/ee13dc0793df

New changeset 8badb59fd35e by Andrew Svetlov in branch '3.3':
Merge issue #16371: fix typo in ctypes documentation.
http://hg.python.org/cpython/rev/8badb59fd35e

New changeset 0dac3e07ee8b by Andrew Svetlov in branch 'default':
Merge issue #16371: fix typo in ctypes documentation.
http://hg.python.org/cpython/rev/0dac3e07ee8b
msg174285 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-10-31 14:25
Thanks, George.
msg174287 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-10-31 14:53
New changeset f0b22e314975 by R David Murray in branch '3.2':
#16371: fix up the English a bit more.
http://hg.python.org/cpython/rev/f0b22e314975

New changeset 85504242d0ce by R David Murray in branch '3.3':
merge #16371: fix up the English a bit more.
http://hg.python.org/cpython/rev/85504242d0ce

New changeset f5dec8c57715 by R David Murray in branch 'default':
merge #16371: fix up the English a bit more.
http://hg.python.org/cpython/rev/f5dec8c57715

New changeset fa959dc5c61d by R David Murray in branch '2.7':
#16371: fix up the English.
http://hg.python.org/cpython/rev/fa959dc5c61d
msg174290 - (view) Author: Andrew Svetlov (asvetlov) * (Python committer) Date: 2012-10-31 15:11
Thanks, David.
History
Date User Action Args
2022-04-11 14:57:37adminsetgithub: 60575
2012-10-31 15:11:16asvetlovsetmessages: + msg174290
2012-10-31 14:53:38python-devsetmessages: + msg174287
2012-10-31 14:25:29asvetlovsetstatus: open -> closed

type: enhancement
versions: + Python 3.2, Python 3.3, Python 3.4
nosy: + asvetlov

messages: + msg174285
resolution: fixed
stage: resolved
2012-10-31 14:21:47python-devsetnosy: + python-dev
messages: + msg174281
2012-10-31 14:02:16quivercreate