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: Docstring convention not followed for dataclasses documentation page
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.10, Python 3.9, Python 3.8, Python 3.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: JackStraw, docs@python, eric.smith, miss-islington, python-dev, thatiparthy, ys19991
Priority: normal Keywords: newcomer friendly, patch

Created on 2020-07-03 01:10 by JackStraw, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21413 merged ys19991, 2020-07-09 11:18
PR 21414 merged miss-islington, 2020-07-09 12:14
PR 21415 merged miss-islington, 2020-07-09 12:14
Messages (6)
msg372899 - (view) Author: Jackstraw (JackStraw) Date: 2020-07-03 01:10
The InventoryItem class on the dataclasses page [https://docs.python.org/3.7/library/dataclasses.html#module-dataclasses] has single quotes for the docstring, as opposed to double quotes (as described by PEP-257.
msg373377 - (view) Author: Wansoo Kim (ys19991) * Date: 2020-07-09 05:39
May I solve this issue?
msg373378 - (view) Author: Srinivas Reddy Thatiparthy(శ్రీనివాస్ రెడ్డి తాటిపర్తి) (thatiparthy) * Date: 2020-07-09 05:50
Please go ahead and create a PR.
msg373395 - (view) Author: miss-islington (miss-islington) Date: 2020-07-09 12:13
New changeset 61bb24a270d15106decb1c7983bf4c2831671a75 by marload in branch 'master':
bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413)
https://github.com/python/cpython/commit/61bb24a270d15106decb1c7983bf4c2831671a75
msg373397 - (view) Author: miss-islington (miss-islington) Date: 2020-07-09 12:20
New changeset b4beda1a865972dc6477fd84b1a96ff5ccbfb45a by Miss Islington (bot) in branch '3.9':
bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413)
https://github.com/python/cpython/commit/b4beda1a865972dc6477fd84b1a96ff5ccbfb45a
msg373398 - (view) Author: miss-islington (miss-islington) Date: 2020-07-09 12:21
New changeset 1e66f7e102b64da5a6d69b135cf7d82708aca231 by Miss Islington (bot) in branch '3.8':
bpo-41199: Docstring convention not followed for dataclasses documentation page (GH-21413)
https://github.com/python/cpython/commit/1e66f7e102b64da5a6d69b135cf7d82708aca231
History
Date User Action Args
2022-04-11 14:59:33adminsetgithub: 85371
2020-07-09 12:21:15miss-islingtonsetmessages: + msg373398
2020-07-09 12:20:29miss-islingtonsetmessages: + msg373397
2020-07-09 12:19:25eric.smithsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-07-09 12:14:23miss-islingtonsetpull_requests: + pull_request20564
2020-07-09 12:14:13miss-islingtonsetpull_requests: + pull_request20563
2020-07-09 12:13:51miss-islingtonsetnosy: + miss-islington
messages: + msg373395
2020-07-09 11:18:02ys19991setkeywords: + patch
pull_requests: + pull_request20562
2020-07-09 05:50:04thatiparthysetnosy: + thatiparthy
messages: + msg373378
2020-07-09 05:39:29ys19991setnosy: + ys19991
messages: + msg373377
2020-07-03 22:06:20eric.smithsetkeywords: + newcomer friendly, - patch
2020-07-03 19:14:03eric.smithsetpull_requests: - pull_request20437
2020-07-03 08:40:39python-devsetpull_requests: + pull_request20437
2020-07-03 08:39:54ned.deilysetpull_requests: - pull_request20436
2020-07-03 07:55:36python-devsetkeywords: + patch
nosy: + python-dev

pull_requests: + pull_request20436
stage: patch review
2020-07-03 02:41:14xtreaksetnosy: + eric.smith
2020-07-03 01:10:13JackStrawcreate