From e0781c82ded0a5dcf482db5d33ee5e7359dfb523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Mon, 28 Jan 2019 04:38:30 +0100 Subject: [PATCH] Argparse --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06c8552..bf4ec5f 100644 --- a/README.md +++ b/README.md @@ -1272,7 +1272,7 @@ else: print(f'{args.x}^{args.y} == {answer}') ``` -#### Usage: +### Usage ```text $ python3 prog.py --help usage: test2.py [-h] [-v | -q] x y