Skip to content

Commit a929dbc

Browse files
committed
updated docs 28.11.2017
1 parent 7453433 commit a929dbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/start.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,10 @@ <h6 class="section-title">Editor Variables</h6>
262262
</p>
263263

264264
<li>bool</li>
265-
<p>Allows the user to type math operations in the inspector. They are evaluated with javascript's <b>eval()</b></p>
266265
<p>
267266
<pre><code class="language-python">
268267
#param bool
269-
myEval = True
268+
myBool = True
270269
</code></pre>
271270
</p>
272271

0 commit comments

Comments
 (0)