https://github.com/python/cpython/commit/33586d64ca911b472de2550cf4f5b524cef65921 commit: 33586d64ca911b472de2550cf4f5b524cef65921 branch: main author: Carol Willing <[email protected]> committer: hauntsaninja <[email protected]> date: 2024-07-26T13:56:39-07:00 summary:
Remove reference to docs mailing list for bug reports (#122323) files: M Doc/bugs.rst diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 9aff2f0ff5187d..5d0f68ca69675e 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -16,21 +16,16 @@ Documentation bugs ================== If you find a bug in this documentation or would like to propose an improvement, -please submit a bug report on the :ref:`tracker <using-the-tracker>`. If you +please submit a bug report on the :ref:`issue tracker <using-the-tracker>`. If you have a suggestion on how to fix it, include that as well. You can also open a discussion item on our `Documentation Discourse forum <https://discuss.python.org/c/documentation/26>`_. If you find a bug in the theme (HTML / CSS / JavaScript) of the -documentation, please submit a bug report on the `python-doc-theme bug +documentation, please submit a bug report on the `python-doc-theme issue tracker <https://github.com/python/python-docs-theme>`_. -If you're short on time, you can also email documentation bug reports to [email protected] (behavioral bugs can be sent to [email protected]). -'docs@' is a mailing list run by volunteers; your request will be noticed, -though it may take a while to be processed. - .. seealso:: `Documentation bugs`_ _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
