Skip to content

Commit a7d380f

Browse files
authored
Fix formatting of code block in README.rst
1 parent e6fb011 commit a7d380f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Customizing the ContextLoader
220220
-----------------------------
221221

222222
You can customize the way contexts are loaded and cached by passing an instance
223-
of `ContextResolver`. The following example implements a loader with a
223+
of ``ContextResolver``. The following example implements a loader with a
224224
prefilled custom document cache and uses a custom LRU cache for resolved
225225
contexts:
226226

@@ -266,7 +266,7 @@ contexts:
266266
267267
268268
It is also possible to change the maximum number of times that the loader recusively fetches contexts,
269-
by passing the `max_context_urls` parameter:
269+
by passing the ``max_context_urls`` parameter:
270270

271271
.. code-block:: Python
272272

0 commit comments

Comments
 (0)