From b2c325bddbf8205e8793063807df4fbda7c49c25 Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Sat, 27 Mar 2021 18:26:26 -0700 Subject: [PATCH] grammar --- cg_Crypto.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cg_Crypto.py b/cg_Crypto.py index 56c3f99..fa58662 100644 --- a/cg_Crypto.py +++ b/cg_Crypto.py @@ -134,7 +134,7 @@ class cg_Crypto: except KeyError: return f"{symbol} returned an error." - message = f"The current coin price of {name} is $**{price:,}**" + message = f"The current price of {name} is $**{price:,}**" # Determine wording of change text if change > 0: