Update README.md

This commit is contained in:
Pranav Srinivas Kumar 2019-11-21 08:37:04 -06:00 committed by GitHub
parent c803c32804
commit b42c6b7c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -348,7 +348,7 @@ Here's what's happening:
### Gathering Remaining Arguments
`argparse` supports gathering "remaining" at the end of the command, e.g., for use in a compiler:
`argparse` supports gathering "remaining" arguments at the end of the command, e.g., for use in a compiler:
```bash
$ compiler file1 file2 file3