--- a/eric6/QScintilla/MarkupProviders/RestructuredTextProvider.py Sat Apr 10 18:31:17 2021 +0200 +++ b/eric6/QScintilla/MarkupProviders/RestructuredTextProvider.py Sat Apr 10 18:38:27 2021 +0200 @@ -21,7 +21,7 @@ """ Constructor """ - super(RestructuredTextProvider, self).__init__() + super().__init__() self.__headerChars = ["=", "-", "~", "+", "#", "^"]