Skip to content

Commit

Permalink
docs: disable python syntax highlighting README.rst
Browse files Browse the repository at this point in the history
...because it looks broken for some reason (makes all the code underlined, and I cannot figure out why)
  • Loading branch information
vdmit11 committed Mar 24, 2024
1 parent 000a27d commit 33eba5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ So this ``contextvars_registry`` package provides some higher-level additions on
standard API, like, for example, grouping `ContextVar`_ objects in a registry class,
with nice ``@property``-like access:

.. code:: python
.. code::
from contextvars_registry import ContextVarsRegistry
Expand Down

0 comments on commit 33eba5a

Please sign in to comment.