]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix funny typo in Doc/bugs. (GH-15412)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 24 Aug 2019 04:15:56 +0000 (21:15 -0700)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2019 04:15:56 +0000 (21:15 -0700)
Fix typo in description of link to mozilla bug report writing guidelines.

Though the URL is misleading, we're indeed trying to write bug _reports_, not to add bugs.

Automerge-Triggered-By: @ned-deily
(cherry picked from commit e17f201cd9293f16593cc507d86f2c0e17b8f2c9)

Co-authored-by: Antoine <43954001+awecx@users.noreply.github.com>
Doc/bugs.rst

index c449ba2e719203e77948f7f24535cb7bc7afb8db..1dbfadbf6e0bc76250a23b72969345a90151747e 100644 (file)
@@ -72,7 +72,7 @@ taken on the bug.
       Article which goes into some detail about how to create a useful bug report.
       This describes what kind of information is useful and why it is useful.
 
-   `Bug Writing Guidelines <https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines>`_
+   `Bug Report Writing Guidelines <https://developer.mozilla.org/en-US/docs/Mozilla/QA/Bug_writing_guidelines>`_
       Information about writing a good bug report.  Some of this is specific to the
       Mozilla project, but describes general good practices.