diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-04 19:10:02 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-04 19:10:02 (GMT) |
commit | 83ea2a92d41209a94bbfa4916fccc1727acdedae (patch) | |
tree | 98c535314805b1374bdd00c9c56aaf3720734ff5 /Doc/bugs.rst | |
parent | bc043464461cae1812d4fb03ab81a30076090b49 (diff) | |
download | cpython-83ea2a92d41209a94bbfa4916fccc1727acdedae.zip cpython-83ea2a92d41209a94bbfa4916fccc1727acdedae.tar.gz cpython-83ea2a92d41209a94bbfa4916fccc1727acdedae.tar.bz2 |
Fix typo in bugs.rst
Diffstat (limited to 'Doc/bugs.rst')
-rw-r--r-- | Doc/bugs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/bugs.rst b/Doc/bugs.rst index 9abe50c..9977abd 100644 --- a/Doc/bugs.rst +++ b/Doc/bugs.rst @@ -37,7 +37,7 @@ The submission form has a number of fields. For the "Title" field, enter a "Type" field, select the type of your problem; also select the "Component" and "Versions" to which the bug relates. -In the "Change Note" field, describe the problem in detail, including what you +In the "Comment" field, describe the problem in detail, including what you expected to happen and what did happen. Be sure to include whether any extension modules were involved, and what hardware and software platform you were using (including version information as appropriate). |