Comment 2 for bug 215052

Revision history for this message
scoder (scoder) wrote :

Ah, maybe it just lacks indentation? This makes more sense to me:

        if self.doc and Options.docstrings:
            if Options.embed_pos_in_docstring:
                doc = 'File: %s (starting at line %s)'%relative_position(self.pos)
                doc = doc + '\\n' + self.doc