From b42c6b7c7ec7f863ae07aa5485a80a8c13d7bc67 Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Thu, 21 Nov 2019 08:37:04 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68edd61..ed698b4 100644 --- a/README.md +++ b/README.md @@ -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