]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix reST markup in dataclasses.rst (GH-27843)
authorJean-Abou-Samra <37271310+Jean-Abou-Samra@users.noreply.github.com>
Thu, 19 Aug 2021 20:47:16 +0000 (22:47 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Aug 2021 20:47:16 +0000 (16:47 -0400)
commitd26dbba9297adb59bc49a6583c647804ef56fc58
tree2ee630dcca07ab9342b6f046a5d0519bd76ac422
parent3db42fc5aca320b0cac1895bc3cb731235ede794
Fix reST markup in dataclasses.rst (GH-27843)

The signature of field() had an extraneous colon at the end, causing it
to appear all bold and without the module name.
Doc/library/dataclasses.rst