mirror of
https://github.com/evennia/evennia.git
synced 2026-03-18 13:56:30 +01:00
Updated HTML docs.
This commit is contained in:
parent
a2f5d016d4
commit
a86be6351f
74 changed files with 675 additions and 567 deletions
|
|
@ -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>> from world.test import hello_world
|
||||
> hello_world()
|
||||
> hello_world(me)
|
||||
Hello World!
|
||||
> hello_world()
|
||||
> hello_world(me)
|
||||
Hello World!
|
||||
> hello_world()
|
||||
> hello_world(me)
|
||||
Hello World!
|
||||
> quit()
|
||||
Closing the Python console.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue