markupbase: Fix unkown_decl typo (#2342)

This commit is contained in:
Ville Skyttä
2018-07-22 09:37:21 +03:00
committed by Jelle Zijlstra
parent 14fb9df49c
commit f5fc356928
2 changed files with 2 additions and 2 deletions

View File

@@ -6,4 +6,4 @@ class ParserBase:
def reset(self) -> None: ...
def getpos(self) -> Tuple[int, int]: ...
def unkown_decl(self, data: str) -> None: ...
def unknown_decl(self, data: str) -> None: ...