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)