Issue 36166: DOC: Fix markup on function parameter on datamodel.rst (original) (raw)

Issue36166

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/80347

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:11 admin set github: 80347
2019-05-05 03:21:31 cheryl.sabella set messages: +
2019-05-05 02:53:07 miss-islington set pull_requests: + <pull%5Frequest13008>
2019-05-04 21:57:46 cheryl.sabella set status: open -> closedresolution: fixedstage: patch review -> resolved
2019-05-04 21:54:38 cheryl.sabella set messages: +
2019-05-04 21:46:06 calvarado set keywords: + patchstage: needs patch -> patch reviewpull_requests: + <pull%5Frequest13003>
2019-05-04 21:03:04 calvarado set nosy: + calvaradomessages: +
2019-03-02 12:13:55 cheryl.sabella create