Issue 13730: Grammar mistake in Decimal documentation (original) (raw)

Issue13730

Created on 2012-01-07 19:09 by zacherates, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
plural.diff zacherates,2012-01-07 19:09 review
Messages (3)
msg150813 - (view) Author: Aaron Maenpaa (zacherates) Date: 2012-01-07 19:09
In the sentance: "In contrast, numbers like 1.1 and 2.2 do not have an exact representations in binary floating point." there is a mismatch in number between "an" and "representations". I suggest removing "an" to make the whole thing plural. A patch is attached.
msg151224 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-01-14 04:48
New changeset 1e65183337ff by Terry Jan Reedy in branch '2.7': closes #13730 http://hg.python.org/cpython/rev/1e65183337ff New changeset bac18092c1dc by Terry Jan Reedy in branch '3.2': #13730 grammar fix http://hg.python.org/cpython/rev/bac18092c1dc New changeset e6b0d9d209f2 by Terry Jan Reedy in branch 'default': Merge with 3.2 #13730 grammar fix http://hg.python.org/cpython/rev/e6b0d9d209f2
msg151225 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2012-01-14 04:50
Thanks for the report.
History
Date User Action Args
2022-04-11 14:57:25 admin set github: 57939
2012-01-14 04:50:07 terry.reedy set nosy: + terry.reedymessages: + versions: + Python 2.7, Python 3.2
2012-01-14 04:48:27 python-dev set status: open -> closednosy: + python-devmessages: + resolution: fixedstage: resolved
2012-01-07 19:09:29 zacherates create