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: DOC: Fix markup on function parameter on datamodel.rst
Type: Stage: resolved
Components: Documentation Versions: Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Mariatta Nosy List: Mariatta, calvarado, cheryl.sabella
Priority: normal Keywords: patch

Created on 2019-03-02 12:13 by cheryl.sabella, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 13089 merged calvarado, 2019-05-04 21:46
PR 13094 merged miss-islington, 2019-05-05 02:53
Messages (4)
msg337005 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-03-02 12:13
In `datamodel.rst`, fix formatting on the format_spec argument in the text paragraph of object.__format__() to be italicized instead of marked as a code sample.
 

object.__format__(self, format_spec)

The ---> ``format_spec`` <--- argument is a string that contains a description of the formatting options desired.


Assigning to @Mariatta for the sprints.
msg341405 - (view) Author: Catherine Alvarado (calvarado) * Date: 2019-05-04 21:03
I'm going to work on this one.
msg341410 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-05-04 21:54
New changeset 5e98f05e55d13981c7c92fb14b9c013e4227c3c1 by Cheryl Sabella (Catherine Alvarado) in branch 'master':
bpo-36166: Change to rst datamodel file. (GH-13089)
https://github.com/python/cpython/commit/5e98f05e55d13981c7c92fb14b9c013e4227c3c1
msg341416 - (view) Author: Cheryl Sabella (cheryl.sabella) * (Python committer) Date: 2019-05-05 03:21
New changeset 37125ff6e2f988a14b46525b7df24d2997bee836 by Cheryl Sabella (Miss Islington (bot)) in branch '3.7':
bpo-36166: Change to rst datamodel file. (GH-13089) (#13094)
https://github.com/python/cpython/commit/37125ff6e2f988a14b46525b7df24d2997bee836
History
Date User Action Args
2022-04-11 14:59:11adminsetgithub: 80347
2019-05-05 03:21:31cheryl.sabellasetmessages: + msg341416
2019-05-05 02:53:07miss-islingtonsetpull_requests: + pull_request13008
2019-05-04 21:57:46cheryl.sabellasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2019-05-04 21:54:38cheryl.sabellasetmessages: + msg341410
2019-05-04 21:46:06calvaradosetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request13003
2019-05-04 21:03:04calvaradosetnosy: + calvarado
messages: + msg341405
2019-03-02 12:13:55cheryl.sabellacreate