Re: Python
rbowman <[email protected]> 18 Dec 2025 00:52:35 GMT
| Newsgroups | gmane.comp.python.general |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 17 Dec 2025 22:13:21 +0000, Richard Kettlewell wrote: > If you prefer the comment markers to match the indentation of the whole > block, that works too: I keep it simple and use the first column, s/^/#/ in vim. s/^#// to make them go away.