Skip to content

Commit

Permalink
DOC: Use code-block directive instead of code for consistency. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher Chegini committed Apr 7, 2024
1 parent 02c9a93 commit 8e7e9f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ New Features
- Now, ``RetrySession`` can be used as a context manager. This is useful for
closing the session after using it. For example:

.. code:: python
.. code-block:: python
from pygeoogc import RetrySession
Expand Down Expand Up @@ -254,7 +254,7 @@ Internal Changes
- Use ``pyupgrade`` package to update the type hinting annotations
to Python 3.10 style.

.. code:: python
.. code-block:: python
from pygeoogc.core import WMSBase
Expand Down

0 comments on commit 8e7e9f9

Please sign in to comment.