We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31731aa commit cfd1c44Copy full SHA for cfd1c44
docs/examples/getting_started.md
@@ -89,7 +89,7 @@ you will see our `maxrepeats` setting show up with its default value of `3`.
89
90
Now we will create our first command, called `speak`, which will echo back whatever we tell it to
91
say. We are going to use an [argument processor](../features/argument_processing.md) so the `speak`
92
-command can shout and talk pig latin. We will also use some built in methods for
+command can shout and talk Pig Latin. We will also use some built in methods for
93
[generating output](../features/generating_output.md). Add this code to `getting_started.py`, so
94
that the `speak_parser` attribute and the `do_speak()` method are part of the `BasicApp()` class:
95
0 commit comments