From 933f6075f4366586d7ac5a593e1fb4f9f7b7d34a Mon Sep 17 00:00:00 2001 From: Martin Cech Date: Mon, 13 Jul 2015 16:12:33 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc217cc..08507df 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Originally collected to filter new user registration at https://usegalaxy.org an Example Usage ============= -Python +Python (thanks to @txt3rob) ```Python blacklist = ('disposable_email_blacklist.conf') blacklist_content = [line.rstrip() for line in blacklist.readlines()]