mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 21:43:59 +08:00
[tarfile] Fix pax_headers type annotation in tarfile.pyi (#15215)
This commit is contained in:
+1
-1
@@ -127,7 +127,7 @@ class TarFile:
|
||||
encoding: str | None
|
||||
errors: str
|
||||
fileobject: type[ExFileObject] # undocumented
|
||||
pax_headers: Mapping[str, str] | None
|
||||
pax_headers: Mapping[str, str]
|
||||
debug: int | None
|
||||
errorlevel: int | None
|
||||
offset: int # undocumented
|
||||
|
||||
Reference in New Issue
Block a user