There was an error while loading. Please reload this page.
1 parent e6fb011 commit a7d380fCopy full SHA for a7d380f
1 file changed
README.rst
@@ -220,7 +220,7 @@ Customizing the ContextLoader
220
-----------------------------
221
222
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
+of ``ContextResolver``. The following example implements a loader with a
224
prefilled custom document cache and uses a custom LRU cache for resolved
225
contexts:
226
@@ -266,7 +266,7 @@ contexts:
266
267
268
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:
+by passing the ``max_context_urls`` parameter:
270
271
.. code-block:: Python
272
0 commit comments