PyCQA / eradicate

Removes commented-out code from Python files

Home Page:https://pypi.python.org/pypi/eradicate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow doctest in the comments.

proofit404 opened this issue Β· comments

Some times it's useful to explain implementation details of the function with usage examples in the comment.

I propose to allow doctest prefixed code in the comments.

What do you think?

Have a good day πŸŽ‰

Best regards,
Artem.

Seems reasonable to me!