Skip to content

Commit b7d56d5

Browse files
committed
docs: add () after method name
1 parent dc9a424 commit b7d56d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/outgoing/view_renderer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Several options can be passed to the ``render()`` or ``renderString()`` methods:
118118
- ``cache_name`` - the ID used to save/retrieve a cached view result; defaults to the viewpath; ignored for ``renderString()``
119119
- ``saveData`` - true if the view data parameters should be retained for subsequent calls
120120

121-
.. note:: ``saveData`` as defined by the interface must be a boolean, but implementing
121+
.. note:: ``saveData()`` as defined by the interface must be a boolean, but implementing
122122
classes (like ``View`` below) may extend this to include ``null`` values.
123123

124124
***************

0 commit comments

Comments
 (0)