mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Fix return type of calendar.HTMLCalendar.formatyearpage (#11413)
This commit is contained in:
@@ -124,7 +124,7 @@ class HTMLCalendar(Calendar):
|
||||
def formatyear(self, theyear: int, width: int = 3) -> str: ...
|
||||
def formatyearpage(
|
||||
self, theyear: int, width: int = 3, css: str | None = "calendar.css", encoding: str | None = None
|
||||
) -> str: ...
|
||||
) -> bytes: ...
|
||||
|
||||
class different_locale:
|
||||
def __init__(self, locale: _LocaleType) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user