From 4308350a35cb40bb924ce0ea033e25925df4d92f Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 23 Jan 2004 14:20:57 +0000 Subject: [PATCH] Updated slightly. --- plugins/Amazon.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Amazon.py b/plugins/Amazon.py index d1e8b9a63..862f7a71c 100644 --- a/plugins/Amazon.py +++ b/plugins/Amazon.py @@ -30,7 +30,7 @@ ### """ -Amazon module, to use Amazon's Web Services. Currently only does ISBN lookups. +Amazon module, to use Amazon's Web Services. """ __revision__ = "$Id$" @@ -63,7 +63,7 @@ def configure(onStart, afterConnect, advanced): conf.supybot.plugins.Amazon.licenseKey.set(key) else: print 'You\'ll need to get a key before you can use this plugin.' - print 'You can apply for a key at http://www.amazon.com/webservices' + print 'You can apply for a key at http://www.amazon.com/webservices/' class LicenseKey(registry.String): def set(self, s):