Skip to content

Commit cfd1c44

Browse files
committed
Capitalize proper name
1 parent 31731aa commit cfd1c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ you will see our `maxrepeats` setting show up with its default value of `3`.
8989

9090
Now we will create our first command, called `speak`, which will echo back whatever we tell it to
9191
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
92+
command can shout and talk Pig Latin. We will also use some built in methods for
9393
[generating output](../features/generating_output.md). Add this code to `getting_started.py`, so
9494
that the `speak_parser` attribute and the `do_speak()` method are part of the `BasicApp()` class:
9595

0 commit comments

Comments
 (0)