Skip to content

Commit 040bcd9

Browse files
committed
fix sphinx urls
1 parent 14d9ab4 commit 040bcd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/basics.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ For example, consider this code:
141141
142142
Without a library stub, the type checker has no way of inferring the
143143
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,
145145
which contains library stubs for Python builtins that contains a definition
146146
like this for ``chr``:
147147

@@ -172,7 +172,7 @@ use 3rd party open source libraries in your program.
172172

173173
You can also override the stubs mypy uses for standard libary modules, in case
174174
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>`_
176176
first, and then update the submodule in mypy using a commit that only touches
177177
the typeshed submodule and nothing else)
178178

0 commit comments

Comments
 (0)