Comment 1 for bug 1093502

Revision history for this message
wsanchez (wsanchez) wrote :

In checkers.docstring._checkBlankLineBeforeEpytext, patternEpytext is missing cvar and ivar. Of, for the above example, raise.

Here's my code that also fails here:

    @cvar defaultLogger: The default L{Logger} instance to use when none is
        supplied to L{LoggingFile.__init__}.
    @type defaultLogger: L{Logger}