Issue 32702: Minor markup typo

Issue32702

Created on 2018-01-29 03:44 by cocoatomo, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Screen Shot 2018-01-29 at 12.37.37.png cocoatomo, 2018-01-29 03:44
Pull Requests
URL Status Linked Edit
PR 5407 merged cocoatomo, 2018-01-29 03:52
PR 5416 merged miss-islington, 2018-01-29 08:34
Messages (2)
msg311048 - (view) Author: Tomohiko Kinebuchi (cocoatomo) * Date: 2018-01-29 03:44
In the staticmethod document [1], code snippet should be a literal block, but actually be a block quote.
See the attached image file.

[1] https://docs.python.org/3.6/library/functions.html#staticmethod
msg311084 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2018-01-29 09:25
Thanks for the patch.
History
Date User Action Args
2022-04-11 14:58:57adminsetgithub: 76883
2018-01-29 09:25:03rhettingersetstatus: open -> closed

nosy: + rhettinger
messages: + msg311084

resolution: fixed
stage: patch review -> resolved

2018-01-29 08:34:17miss-islingtonsetpull_requests: + pull_request5250
2018-01-29 03:52:40cocoatomosetkeywords: + patch
stage: patch review
pull_requests: + pull_request5240
2018-01-29 03:44:32cocoatomocreate