[issue41281] Wrong/missing code formats in datetime documentation

2020-07-11 Thread yyyyyyyan
Change by yyyan : -- keywords: +patch pull_requests: +20595 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21447 ___ Python tracker ___ __

[issue41281] Wrong/missing code formats in datetime documentation

2020-07-11 Thread yyyyyyyan
New submission from yyyan : The datetime page in the docs is missing a lot of needed backquotes syntax for inline code samples. There are some wrong role links too, due to ambiguity in the text roles. -- assignee: docs@python components: Documentation messages: 373547 nosy: docs@p