@@ -340,16 +340,14 @@ on GitHub, and help us fix any, or add issues for anything that's wrong or missi
340
340
If you see a typo or some other small problem that you'd like to fix,
341
341
this is most easily done through the GitHub UI.
342
342
343
- If the typo is in a large section of text (like this page), go to the
344
- top of the page and click on the "Edit on GitHub" link at the top
345
- right. This will bring you to the page on GitHub for the RST
346
- source file in question. Then, click on the pencil icon on the
347
- right hand side. This will open a web editor allowing you to
343
+ Mouse over the GitHub icon at the top right of the page and
344
+ click on the "Suggest edit" button. This will bring you to a web
345
+ editor on GitHub for the source file in question, allowing you to
348
346
quickly fix the typo and submit a pull request with the changes.
349
- Fix the typo, add a commit message like "Fixed typo" and click
350
- on the green "Propose file change" button. Then follow the dialogues
351
- until you've created a new pull request with your changes,
352
- so that we can incorporate them.
347
+ Fix the typo, click the "Commit changes", add a commit message like
348
+ "Fixed typo" and click on the green "Propose file change" button.
349
+ Then follow the dialogues until you've created a new pull request
350
+ with your changes, so that we can incorporate them.
353
351
354
352
If the change you'd like to make is in the API documentation
355
353
for a particular function, then you'll need to find where this
0 commit comments