From a3316193be633b0d49b4fae4899a60496f4a3d80 Mon Sep 17 00:00:00 2001 From: "Evan E. Baird" Date: Mon, 22 Jun 2020 10:56:53 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=20Fix=20typos=20and=20rewording=20in?= =?UTF-8?q?=20docs=20(#97)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/arguments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/arguments.md b/docs/tutorial/arguments.md index 872425c..9c2d73f 100644 --- a/docs/tutorial/arguments.md +++ b/docs/tutorial/arguments.md @@ -203,6 +203,6 @@ You should document your *CLI arguments* the same way. ## Other uses -`typer.Argument()` has several other users. For data validation, to enable other features, etc. +`typer.Argument()` has several other use-cases; for data validation, to enable -But you will see about that later in the docs. +other features, etc. You will learn about these later in the docs.