diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2018-06-08 16:07:52 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2018-06-08 16:07:52 (GMT) |
commit | 4f54867e29af93779922ff23df542f2d5df4c4ee (patch) | |
tree | 36bf6ac0d3bffde15f4fab3a50a8a2849be5e3e0 /Misc/NEWS.d | |
parent | 9e6685ea7b749ee34466e71b22d99e5112d71a95 (diff) | |
download | cpython-4f54867e29af93779922ff23df542f2d5df4c4ee.zip cpython-4f54867e29af93779922ff23df542f2d5df4c4ee.tar.gz cpython-4f54867e29af93779922ff23df542f2d5df4c4ee.tar.bz2 |
bpo-33197: Add versionadded tag to the documentation of ParameterKind (GH-7536)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-06-08-23-37-14.bpo-33197.OERTKf.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2018-06-08-23-37-14.bpo-33197.OERTKf.rst b/Misc/NEWS.d/next/Documentation/2018-06-08-23-37-14.bpo-33197.OERTKf.rst new file mode 100644 index 0000000..ae8df74 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2018-06-08-23-37-14.bpo-33197.OERTKf.rst @@ -0,0 +1 @@ +Add versionadded tag to the documentation of ParameterKind.description |