I would like to contribute to the tkinter docs. I was wondering where the official repository is for it? These are the docs: https://docs.python.org/3/library/tkinter.html but I am not sure where the source code is.
1 Answer
There is an ongoing effort and discussion on the python bug tracker regarding updating the tkinter documentation.
You can register to join the discussion, and the effort here: Improve Tkinter Documentation
Your help is needed and will be appreciated.
tkinterGitHub repository for the source code, you can also contribute there, not so sure about making amendments to the official docs (there also really aren't any official docs)help(tkinter)in code (afterimport tkinter), but if you want to contribute there [docs.python.org], you have to ask them, not here