Queer European MD passionate about IT
Davte hace 5 años
padre
commit
886c0c95e4
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      examples/a_simple_bot.py
  2. 1 1
      examples/more_bots_together.py
  3. 1 1
      examples/webhook_powered_bot.py

+ 1 - 1
examples/a_simple_bot.py

@@ -51,7 +51,7 @@ try:
 except ImportError:
     logging.error(
         "Please install davtelepot library.\n"
-        "The use if a python virtual environment is advised.\n\n"
+        "Using a python virtual environment is advised.\n\n"
         "```bash\n"
         "pip -m venv env\n"
         "env/bin/pip install davtelepot\n"

+ 1 - 1
examples/more_bots_together.py

@@ -15,7 +15,7 @@ try:
 except ImportError:
     logging.error(
         "Please install davtelepot library.\n"
-        "The use if a python virtual environment is advised.\n\n"
+        "Using a python virtual environment is advised.\n\n"
         "```bash\n"
         "pip -m venv env\n"
         "env/bin/pip install davtelepot\n"

+ 1 - 1
examples/webhook_powered_bot.py

@@ -11,7 +11,7 @@ try:
 except ImportError:
     logging.error(
         "Please install davtelepot library.\n"
-        "The use if a python virtual environment is advised.\n\n"
+        "Using a python virtual environment is advised.\n\n"
         "```bash\n"
         "pip -m venv env\n"
         "env/bin/pip install davtelepot\n"