diff options
-rw-r--r-- | Doc/library/typing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 4a03fe7..6ed09f1 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -958,7 +958,7 @@ The module defines the following classes, functions and decorators: def stop() -> NoReturn: raise RuntimeError('no way') - .. versionadded:: 3.6.5 + .. versionadded:: 3.5.4 .. data:: Union |