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

Reply via email to