diff --git a/importing.py b/importing.py index ae2c731..d64648e 100644 --- a/importing.py +++ b/importing.py @@ -1,4 +1,4 @@ -# note that running this file is gonna install numpy on you computer +# note that running this file is likely gonna install numpy on you computer try: import numpy as np except ImportError: