Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-10-21 14:54:15 +00:00
parent 4e4af3ce4d
commit 36d1fb9035
669 changed files with 87 additions and 87 deletions

View file

@ -684,7 +684,7 @@ foo
of all of them that we then immediately loop over. Boom, we just updated all Characters, including ourselves:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; quit()
Closing the Python console.
&gt; self.get_stats()
&gt; py self.get_stats()
(3, 18, 10)
</pre></div>
</div>