diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-12-15 21:56:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 21:56:36 (GMT) |
commit | a7a176de073c0653f2e34e27b339dba3745a36e9 (patch) | |
tree | 45580893a785e468ee05acaebf7a3f379744fb3b /Misc | |
parent | bbc70451e0e512394d3f3fe62c385e255fa22703 (diff) | |
download | cpython-a7a176de073c0653f2e34e27b339dba3745a36e9.zip cpython-a7a176de073c0653f2e34e27b339dba3745a36e9.tar.gz cpython-a7a176de073c0653f2e34e27b339dba3745a36e9.tar.bz2 |
[3.11] gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236) (#113194)
gh-110746: Improve markup in ``tkinter.ttk.rst`` (GH-111236)
* gh-110746: Improve markup in tkinter.ttk.rst
* gh-110746: Improve markup in tkinter.ttk.rst
* 📜🤖 Added by blurb_it.
---------
(cherry picked from commit 00d2b6d1fca91e1a83f7f99a370685b095ed4928)
Co-authored-by: Akshat Khandelwal <35228810+akshatgokul@users.noreply.github.com>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2023-10-23-23-43-43.gh-issue-110746.yg77IE.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Documentation/2023-10-23-23-43-43.gh-issue-110746.yg77IE.rst b/Misc/NEWS.d/next/Documentation/2023-10-23-23-43-43.gh-issue-110746.yg77IE.rst new file mode 100644 index 0000000..215db7b --- /dev/null +++ b/Misc/NEWS.d/next/Documentation/2023-10-23-23-43-43.gh-issue-110746.yg77IE.rst @@ -0,0 +1 @@ +Improved markup for valid options/values for methods ttk.treeview.column and ttk.treeview.heading, and for Layouts. |