documentation mistakes #11668
-
who do I talk to about mistakes in the documentation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
You don't have to talk to anyone, you can fix it yourself. 😄 The source is here: https://github.com/micropython/micropython/blob/master/docs/rp2/quickref.rst If you are logged in to GitHub, there is an edit button you can click to edit the file in your web browser and then make a pull request to propose the change. |
Beta Was this translation helpful? Give feedback.
-
As @dlech said, PR's are definitely welcome. We also have a "Documentation Issue" category on the "new issue" page here https://github.com/micropython/micropython/issues/new/choose |
Beta Was this translation helpful? Give feedback.
You don't have to talk to anyone, you can fix it yourself. 😄
The source is here: https://github.com/micropython/micropython/blob/master/docs/rp2/quickref.rst
If you are logged in to GitHub, there is an edit button you can click to edit the file in your web browser and then make a pull request to propose the change.