diff --git a/python/pydantic_core/_pydantic_core.pyi b/python/pydantic_core/_pydantic_core.pyi index 7245c37f7..1b549b36e 100644 --- a/python/pydantic_core/_pydantic_core.pyi +++ b/python/pydantic_core/_pydantic_core.pyi @@ -975,7 +975,9 @@ def list_all_errors() -> list[ErrorTypeInfo]: """ @final class TzInfo(datetime.tzinfo): - """An `pydantic-core` implementation of the abstract [`datetime.tzinfo`] class.""" + """An `pydantic-core` implementation of the abstract [`datetime.tzinfo`][] class.""" + + # def __new__(cls, seconds: float) -> Self: ... # Docstrings for attributes sourced from the abstract base class, [`datetime.tzinfo`](https://docs.python.org/3/library/datetime.html#datetime.tzinfo).