File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
## About
8
8
9
9
Typeshed contains external type annotations for the Python standard library
10
- and Python builtins, as well as third party packages.
10
+ and Python builtins, as well as third party packages as contributed by
11
+ people external to those projects.
11
12
12
13
This data can e.g. be used for static analysis, type checking or type inference.
13
14
14
15
For information on how to use ` typeshed ` , read below. Information for
15
16
contributors can be found in [ CONTRIBUTING.md] ( CONTRIBUTING.md ) . ** Please read
16
- 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.**
17
19
18
20
Typeshed supports Python versions 2.7 and 3.5 and up.
19
21
You can’t perform that action at this time.
0 commit comments