summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorCheryl Sabella <cheryl.sabella@gmail.com>2022-05-10 03:49:00 (GMT)
committerGitHub <noreply@github.com>2022-05-10 03:49:00 (GMT)
commitc56e2bb9949c95ec8911cd5554b07044a564796f (patch)
treee00bc035ac639eab0242db76bd891bf1cfe33772 /Misc
parent5be069568ddbce1d50f785426e6b6c2b82957f70 (diff)
downloadcpython-c56e2bb9949c95ec8911cd5554b07044a564796f.zip
cpython-c56e2bb9949c95ec8911cd5554b07044a564796f.tar.gz
cpython-c56e2bb9949c95ec8911cd5554b07044a564796f.tar.bz2
bpo-13553: Document tkinter.Tk args (#4786)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Documentation/2017-12-10-19-13-39.bpo-13553.gQbZs4.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2017-12-10-19-13-39.bpo-13553.gQbZs4.rst b/Misc/NEWS.d/next/Documentation/2017-12-10-19-13-39.bpo-13553.gQbZs4.rst
new file mode 100644
index 0000000..23d3c15
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2017-12-10-19-13-39.bpo-13553.gQbZs4.rst
@@ -0,0 +1 @@
+Document tkinter.Tk args.