From f4889cf134d2360b319a6c33fd642050c83cb5a8 Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 20 May 2016 22:03:19 +0200 Subject: [PATCH] typo --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index 11c24f0..ccaa1ea 100644 --- a/update.py +++ b/update.py @@ -11,7 +11,7 @@ def check_for_yaml(): try: import yaml except: - sys.stderr.write("ERROR: you need to install the pyaml module\n") + sys.stderr.write("ERROR: you need to install the pyyaml package\n") sys.exit(-1)