Skip to content

Commit d622053

Browse files
committed
docs: fix RST format error
1 parent eb5d4b2 commit d622053

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

user_guide_src/source/outgoing/view_renderer.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ View Renderer Options
9898
Several options can be passed to the ``render()`` or ``renderString()`` methods:
9999

100100
- ``cache`` - the time in seconds, to save a view's results; ignored for renderString()
101-
- ``cache_name`` - the ID used to save/retrieve a cached view result; defaults to the viewpath;
102-
ignored for renderString()
101+
- ``cache_name`` - the ID used to save/retrieve a cached view result; defaults to the viewpath; ignored for ``renderString()``
103102
- ``saveData`` - true if the view data parameters should be retained for subsequent calls
104103

105104
.. note:: ``saveData`` as defined by the interface must be a boolean, but implementing

0 commit comments

Comments
 (0)