Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2024-01-08 20:35:32 +00:00
parent a2f5d016d4
commit a86be6351f
74 changed files with 675 additions and 567 deletions

View file

@ -221,11 +221,11 @@ Python 3.7.1 (default, Oct 22 2018, 11:21:55)
</div>
<p>You now only need to import once to use the imported function over and over.</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; from world.test import hello_world
&gt; hello_world()
&gt; hello_world(me)
Hello World!
&gt; hello_world()
&gt; hello_world(me)
Hello World!
&gt; hello_world()
&gt; hello_world(me)
Hello World!
&gt; quit()
Closing the Python console.