| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
The reference to `venv` appears in the paragraph below, instead of above.
Fixed the documentation.
|
|
|
|
|
| |
I was reading this bit last night and thought it was a typo. In the light of day, I realized it wasn't *technically* a typo, but definitely confusing wording. This PR fixes the confusing sentence.
Automerge-Triggered-By: GH:ericvsmith
|
|
|
|
| |
`__main__` (GH-29379)
|
|
|
|
|
|
|
| |
Broadened scope of the document to explicitly discuss and differentiate between ``__main__.py`` in packages versus the ``__name__ == '__main__'`` expression (and the idioms that surround it), as well as ``import __main__``.
Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
Co-authored-by: Éric Araujo <merwok@netwok.org>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
|
|
|
|
| |
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
|
|
|
|
| |
Patch by Stefan Tatschner.
|
| |
|
|
|
|
| |
Patch by Sam Lucidi.
|
|
|