Skip to content

Commit 8e7e9f9

Browse files
author
Taher Chegini
committed
DOC: Use code-block directive instead of code for consistency. [skip ci]
1 parent 02c9a93 commit 8e7e9f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ New Features
5050
- Now, ``RetrySession`` can be used as a context manager. This is useful for
5151
closing the session after using it. For example:
5252

53-
.. code:: python
53+
.. code-block:: python
5454
5555
from pygeoogc import RetrySession
5656
@@ -254,7 +254,7 @@ Internal Changes
254254
- Use ``pyupgrade`` package to update the type hinting annotations
255255
to Python 3.10 style.
256256

257-
.. code:: python
257+
.. code-block:: python
258258
259259
from pygeoogc.core import WMSBase
260260

0 commit comments

Comments
 (0)