diff -r 8d8940307e44 -r fee5485e67f4 QScintilla/MarkupProviders/MarkdownProvider.py --- a/QScintilla/MarkupProviders/MarkdownProvider.py Mon Jan 02 12:49:04 2017 +0100 +++ b/QScintilla/MarkupProviders/MarkdownProvider.py Mon Jan 02 12:49:28 2017 +0100 @@ -4,7 +4,7 @@ # """ -Module implementing the base class for the markup providers. +Module implementing the Markdown markup provider. """ from __future__ import unicode_literals @@ -14,11 +14,7 @@ class MarkdownProvider(MarkupBase): """ - Class implementing the base class for the markup providers. - - Note: Derived classes need only implement those method they provide - functionality for. This base class implements do nothing variants for - all methods. + Class implementing the Markdown markup provider. """ def __init__(self): """