Commit 903567e4 authored by Jack Wilsdon's avatar Jack Wilsdon Committed by Mariatta

Fix the versionadded info for typing.NoReturn (GH-11880)

The earliest version that `typing.NoReturn` appears in is [3.5.4rc1](https://docs.python.org/3/whatsnew/changelog.html#python-3-5-4-release-candidate-1)
parent 522630a7
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment