[Github-comments] [geany/geany] Python comment as in PEP8 (#1681)

Torpedo notifications at xxxxx
Thu Nov 9 08:57:23 UTC 2017


I think, when commenting Python code via `Edit` > `Format` > `Comment Line(s)`, after the `#` character would be better to add a space, [as mentioned in PEP8](https://www.python.org/dev/peps/pep-0008/#block-comments), resulting:

<code>
# commented line
</code>

instead of:

<code>
#commented line
</code>

This prevent me to manual adjust (all) the commented line(s).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1681
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20171109/d0388d18/attachment-0001.html>


More information about the Github-comments mailing list