aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Zijlstra <jelle.zijlstra@gmail.com>2022-01-15 14:12:38 -0800
committerGitHub <noreply@github.com>2022-01-15 14:12:38 -0800
commit0c397ed24103f2bdb72684a473ccb4bdd59f6495 (patch)
tree807a819d42054f553fc0389807ab26637e9076fe
parentd06c813af39e4d498b7f084d3b48aa12e4102c37 (diff)
downloadtyping-0c397ed24103f2bdb72684a473ccb4bdd59f6495.tar.gz
Remove obsolete note (#1025)
typing exists in all supported Python versions
-rw-r--r--typing_extensions/README.rst4
1 files changed, 1 insertions, 3 deletions
diff --git a/typing_extensions/README.rst b/typing_extensions/README.rst
index 5ba083c..2dacd65 100644
--- a/typing_extensions/README.rst
+++ b/typing_extensions/README.rst
@@ -112,6 +112,4 @@ Running tests
=============
To run tests, navigate into the appropriate source directory and run
-``test_typing_extensions.py``. You will also need to install the latest
-version of ``typing`` if you are using a version of Python that does not
-include ``typing`` as a part of the standard library.
+``test_typing_extensions.py``.