Skip to content

Commit

Permalink
fix README.rst code-block
Browse files Browse the repository at this point in the history
  • Loading branch information
baotlake authored May 28, 2024
1 parent e96dc42 commit d6d7c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To install Protego, simply use pip:
Usage
=====

.. code-block:: none
.. code-block:: pycon
>>> from protego import Protego
>>> robotstxt = """
Expand Down Expand Up @@ -66,7 +66,7 @@ Usage
Using Protego with Requests_:

.. code-block:: none
.. code-block:: pycon
>>> from protego import Protego
>>> import requests
Expand Down

0 comments on commit d6d7c11

Please sign in to comment.