From 33eba5ab86c5465d9c928830071d1f484a0b760b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 24 Mar 2024 17:32:53 +0300 Subject: [PATCH] docs: disable python syntax highlighting README.rst ...because it looks broken for some reason (makes all the code underlined, and I cannot figure out why) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 44494ff..84c065c 100644 --- a/README.rst +++ b/README.rst @@ -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