PEP8 conformance for comment verifier module

This commit is contained in:
William S Fulton 2018-05-24 19:28:15 +01:00
commit 95caf87596
11 changed files with 67 additions and 67 deletions

View file

@ -2,9 +2,9 @@
import doxygen_alias
import inspect
import commentVerifier
import comment_verifier
commentVerifier.check(inspect.getdoc(doxygen_alias.make_something),
comment_verifier.check(inspect.getdoc(doxygen_alias.make_something),
"""\
A function returning something.