File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ For example, consider this code:
141
141
142
142
Without a library stub, the type checker has no way of inferring the
143
143
type of ``x `` and checking that the argument to ``chr `` has a valid
144
- type. Mypy contains the `typeshed http://github.com/python/typeshed `_ project,
144
+ type. Mypy contains the `typeshed < http://github.com/python/typeshed > `_ project,
145
145
which contains library stubs for Python builtins that contains a definition
146
146
like this for ``chr ``:
147
147
@@ -172,7 +172,7 @@ use 3rd party open source libraries in your program.
172
172
173
173
You can also override the stubs mypy uses for standard libary modules, in case
174
174
you need to make local modifications. (Note that if you want to submit your
175
- changes, please submit a pull request to `typeshed http://github.com/python/typeshed `_
175
+ changes, please submit a pull request to `typeshed < http://github.com/python/typeshed > `_
176
176
first, and then update the submodule in mypy using a commit that only touches
177
177
the typeshed submodule and nothing else)
178
178
You can’t perform that action at this time.
0 commit comments