'How do I submit an issue in Python dev docs
I thought I noticed an error at:
https://devguide.python.org/compiler/
I poked around the devguide and found bugs.python.org, but it was not immediately clear how to highlight a quick item without becoming a contributor.
I looked for a Python community page to get help, but could not quickly find one.
Does anyone have any suggestions on how I can share the typo with the community without having to become a contributor, or of a better forum than stack to do find out?
Solution 1:[1]
Python guide is open source, you may do by making a pull request to python/devguide github. The page in question located at compiler on python/devguide github
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | sava |
