8000 Fix typos in guide.md (#44) · PythonExpert/python-fire@ee1f573 · GitHub
[go: up one dir, main page]

Skip to content

Commit ee1f573

Browse files
jorrinpollarddbieber
authored andcommitted
Fix typos in guide.md (google#44)
1 parent ea80933 commit ee1f573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ $ python example.py dog cat elephant upper
540540
cat dog upper elephant
541541
```
542542

543-
You can change the separator with the `--sparator` flag. Flags are always
< 7FF4 /code>543+
You can change the separator with the `--separator` flag. Flags are always
544544
separated from your Fire command by an isolated `--`. Here's an example where we
545545
change the separator.
546546

@@ -678,7 +678,7 @@ separating the flags from the Fire command, but may not always be able to, since
678678
`help` is a valid argument name. Use this feature like this:
679679
`python example.py -- --help`.
680680

681-
The complete set of flags avaiable is shown below, in the reference section.
681+
The complete set of flags available is shown below, in the reference section.
682682

683683

684684
### Reference

0 commit comments

Comments
 (0)
0