diff --git a/notif/notificator.py b/notif/notificator.py index 9c68de1..ae95905 100644 --- a/notif/notificator.py +++ b/notif/notificator.py @@ -153,8 +153,6 @@ class EmailNotificator(Notification): Using gmail server:: - .. code-block:: python - sender_email = "my_email" sender_login_credential = "my_password" destination_email = sender_email @@ -167,8 +165,6 @@ class EmailNotificator(Notification): Using hotmail server:: - .. code-block:: python - sender_email = "my_email" sender_login_credential = "my_password" destination_email = "other_email"