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 Mariatta
Recipients ChrisRands, Gerrit.Holl, Mariatta, cheryl.sabella, docs@python, mark.dickinson, veky, vstinner
Date 2017-03-28.00:19:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490660386.18.0.449316900204.issue29677@psf.upfronthosting.co.za>
In-reply-to
Content
Cheryl, thank you for your interest in working on this issue.

The original issue has been addressed in Gerrit Holl's PR. But it seems like the docs can be further improved.

Here is Victor's comment about it: (copied from GH-357)

```
while we are modifying the doc, I dislike the start: "Return the floating point value number": number can be an integer. round(123, -2) doesn't use floating point numbers. Maybe rephrase to following text?

Return number rounded to (...). number can be an integer or a floating point number.

Or just remove "floating pointer number"?
```

Will you be interested in preparing a PR to address Victor's comment above?

Thanks :)
History
Date User Action Args
2017-03-28 00:19:46Mariattasetrecipients: + Mariatta, mark.dickinson, vstinner, docs@python, Gerrit.Holl, veky, ChrisRands, cheryl.sabella
2017-03-28 00:19:46Mariattasetmessageid: <1490660386.18.0.449316900204.issue29677@psf.upfronthosting.co.za>
2017-03-28 00:19:46Mariattalinkissue29677 messages
2017-03-28 00:19:45Mariattacreate