From b971cec1bcf68bf91e9f69b7717935a9eda828ff Mon Sep 17 00:00:00 2001 From: mollusk Date: Thu, 17 Sep 2020 23:23:36 -0700 Subject: [PATCH] correct spelling in comment --- cost-of-smokes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cost-of-smokes.py b/cost-of-smokes.py index f2913c4..5f419a4 100644 --- a/cost-of-smokes.py +++ b/cost-of-smokes.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -#user input dolloars +#user input dollars #user input number of packs #output day, week, month year costs import os