We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deeda1 commit 68af41fCopy full SHA for 68af41f
doc/changelog.d/4362.documentation.md
@@ -0,0 +1 @@
1
+Fix scheme_eval docs [skip tests]
doc/source/user_guide/legacy/scheme.rst
@@ -15,7 +15,7 @@ Examples
15
16
>>> session.scheme.exec(('(ti-menu-load-string "/report/system/proc-stats")',))
17
>>> # Returns TUI output string
18
- >>> session.scheme.eval("(rpgetvar 'mom/relax)")
+ >>> session.scheme.string_eval("(rpgetvar 'mom/relax)")
19
'0.7'
20
>>> session.scheme.eval("(+ 2 3)")
21
5
0 commit comments