We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af07bd commit d8c6acbCopy full SHA for d8c6acb
index.html
@@ -169,10 +169,10 @@ <h1>
169
170
<div class="code-snippet">
171
<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>
+<span class="yellow">>>> import pythonmonkey as pm</span>
+<span class="yellow">>>> hello = pm.eval(" 'Hello World'.toUpperCase(); ")</span>
+<span class="yellow">>>> print(hello)</span>
+<span class="yellow">'HELLO WORLD'</span>
176
</pre>
177
</div>
178
</main>
0 commit comments