Browse Source

Update commenting in the program

PythonCoder8 4 years ago
parent
commit
4136da56c8
1 changed files with 1 additions and 2 deletions
  1. 1 2
      web-search.py

+ 1 - 2
web-search.py

@@ -2,8 +2,7 @@
 #Developed by              : PythonCoder8
 #Requires Pip installation : pip install google
 #Description               : Search web for query and retrieve a selected amount of URLs
-#Python version            : Major = 3
-#Only tested with 3.8.5
+#Only tested with Python version 3.8.5. May not work on Python version 3.8 or under
 
 #########################################################################################