Skip to content

Commit

Permalink
Update getting_started.rst (#10720)
Browse files Browse the repository at this point in the history
Installation instruction example for requests (https://mypy.readthedocs.io/en/stable/getting_started.html#library-stubs-and-typeshed)  wasn't showing up in documentation due to missing `shell`.
  • Loading branch information
geo7 authored Jun 26, 2021
1 parent 87a3503 commit 3dcccf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ additional stubs using pip (see :ref:`fix-missing-imports` and
:ref:`installed-packages` for the details). For example, you can install
the stubs for the ``requests`` package like this:

.. code-block::
.. code-block:: shell
python3 -m pip install types-requests
Expand Down

0 comments on commit 3dcccf2

Please sign in to comment.