diff options
author | Brad Solomon <brad.solomon.1124@gmail.com> | 2020-05-11 18:50:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-11 18:50:11 (GMT) |
commit | ef7973a981ff8f4687ef3fdb85a69fa15aa11fe5 (patch) | |
tree | 18afceb4a9883b98a50e2ec679430ace846c15f9 /Misc | |
parent | d5d9a718662e67e2b1ac7874dda9df2d8d71d415 (diff) | |
download | cpython-ef7973a981ff8f4687ef3fdb85a69fa15aa11fe5.zip cpython-ef7973a981ff8f4687ef3fdb85a69fa15aa11fe5.tar.gz cpython-ef7973a981ff8f4687ef3fdb85a69fa15aa11fe5.tar.bz2 |
bpo-40561: Add docstrings for webbrowser open functions (GH-19999)
Co-authored-by: Brad Solomon <brsolomon@deloitte.com>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2020-05-08-08-39-40.bpo-40561.ZMB_2i.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2020-05-08-08-39-40.bpo-40561.ZMB_2i.rst b/Misc/NEWS.d/next/Documentation/2020-05-08-08-39-40.bpo-40561.ZMB_2i.rst new file mode 100644 index 0000000..bda2471 --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2020-05-08-08-39-40.bpo-40561.ZMB_2i.rst @@ -0,0 +1 @@ +Provide docstrings for webbrowser open functions. |