Updated HTML docs.

This commit is contained in:
Evennia docbuilder action 2023-01-06 17:56:37 +00:00
parent c709723ee3
commit dc5dc6d076
27 changed files with 97 additions and 97 deletions

View file

@ -515,7 +515,7 @@ and the concept of <em>Leap before you Look</em>.</p>
object called the <code class="docutils literal notranslate"><span class="pre">TutorialMirror</span></code>. The mirror will echo whatever is being sent to it to
the room it is in.</p>
<p>On the game command-line, lets create a mirror:</p>
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; create/drop mirror:contrib.tutorial_examples.mirror.TutorialMirror
<div class="highlight-none notranslate"><div class="highlight"><pre><span></span>&gt; create/drop mirror:contrib.tutorials.mirror.TutorialMirror
</pre></div>
</div>
<aside class="sidebar">