Skip to content

Commit 30ff55f

Browse files
committed
Tweak Evaluate docstring.
1 parent 80f2498 commit 30ff55f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mathics/builtin/evaluation.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,8 @@ class Evaluate(Builtin):
180180
<url>:WMA link:https://reference.wolfram.com/language/ref/Evaluate.html</url>
181181
182182
<dl>
183-
<dt>'Evaluate'[$expr$]
184-
<dd>forces evaluation of $expr$, even if it occurs inside a
185-
held argument or a 'Hold' form.
183+
<dt>'Evaluate'[$expr$]
184+
<dd>forces evaluation of $expr$, even if it occurs inside a held argument or a 'Hold' form.
186185
</dl>
187186
188187
Create a function $f$ with a held argument:

0 commit comments

Comments
 (0)