Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2023394 commit 5e051d8Copy full SHA for 5e051d8
1 file changed
README.md
@@ -7,13 +7,15 @@
7
## About
8
9
Typeshed contains external type annotations for the Python standard library
10
-and Python builtins, as well as third party packages.
+and Python builtins, as well as third party packages as contributed by
11
+people external to those projects.
12
13
This data can e.g. be used for static analysis, type checking or type inference.
14
15
For information on how to use `typeshed`, read below. Information for
16
contributors can be found in [CONTRIBUTING.md](CONTRIBUTING.md). **Please read
-it before submitting pull requests.**
17
+it before submitting pull requests; do not report issues with annotations to
18
+the project the stubs are for, but instead report them here to typeshed.**
19
20
Typeshed supports Python versions 2.7 and 3.5 and up.
21
0 commit comments