diff --git a/docs/latest/.buildinfo b/docs/latest/.buildinfo index 192344a549..00fc20c156 100644 --- a/docs/latest/.buildinfo +++ b/docs/latest/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: fdecc4a04d71b16f84e0e1f742e397a0 +config: cc3593c1b907d05ced6ca24f16c3474d tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Adding-Commands.html b/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Adding-Commands.html index 7ebe454a65..f260108a55 100644 --- a/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Adding-Commands.html +++ b/docs/latest/Howtos/Beginner-Tutorial/Part1/Beginner-Tutorial-Adding-Commands.html @@ -130,8 +130,7 @@

8. Adding custom commands

In this lesson we’ll learn how to create our own Evennia Commands If you are new to Python you’ll also learn some more basics about how to manipulate strings and get information out of Evennia.

A Command is something that handles the input from a user and causes a result to happen. -An example is look, which examines your current location and tells you what it looks like and -what is in it.

+An example is look, which examines your current location and tells you what it looks like and what is in it.