diff options
-rw-r--r-- | Doc/library/typing.rst | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index 12efde1..f4d1b24 100644 --- a/Doc/library/typing.rst +++ b/Doc/library/typing.rst @@ -10,10 +10,9 @@ .. note:: - The typing module has been included in the standard library on a - :term:`provisional basis <provisional api>`. New features might - be added and API may change even between minor releases if deemed - necessary by the core developers. + The Python runtime does not enforce function and variable type annotations. + They can be used by third party tools such as type checkers, IDEs, linters, + etc. -------------- |