diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 4265c587195b5c..41f22aa72cdfaf 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -2279,7 +2279,7 @@ without the dedicated syntax, as documented below. >>> Class.Alias.__qualname__ 'Class.Alias' - .. versionadded:: 3.15 + .. versionadded:: 3.15 .. attribute:: __module__