Skip to content

Commit d8c6acb

Browse files
committed
unindent the example program
1 parent 2af07bd commit d8c6acb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,10 @@ <h1>
169169

170170
<div class="code-snippet">
171171
<pre>
172-
<span class="yellow">>>> import pythonmonkey as pm</span>
173-
<span class="yellow">>>> hello = pm.eval(" 'Hello World'.toUpperCase(); ")</span>
174-
<span class="yellow">>>> print(hello)</span>
175-
<span class="yellow">'HELLO WORLD'</span>
172+
<span class="yellow">>>> import pythonmonkey as pm</span>
173+
<span class="yellow">>>> hello = pm.eval(" 'Hello World'.toUpperCase(); ")</span>
174+
<span class="yellow">>>> print(hello)</span>
175+
<span class="yellow">'HELLO WORLD'</span>
176176
</pre>
177177
</div>
178178
</main>

0 commit comments

Comments
 (0)