mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
markupbase: Fix unkown_decl typo (#2342)
This commit is contained in:
committed by
Jelle Zijlstra
parent
14fb9df49c
commit
f5fc356928
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user