From c8f25bc7c875757356cb47f3f8c1c50dd8e777fb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 21 Apr 2008 16:07:34 +0000 Subject: [PATCH] Use the mailing list as bug reporting address. --- sphinx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx/__init__.py b/sphinx/__init__.py index fafda3cd5..90314ce27 100644 --- a/sphinx/__init__.py +++ b/sphinx/__init__.py @@ -147,7 +147,7 @@ def main(argv=sys.argv): print >>sys.stderr, ('Please also report this if it was a user ' 'error, so that a better error message ' 'can be provided next time.') - print >>sys.stderr, 'Send reports to georg@python.org. Thanks!' + print >>sys.stderr, 'Send reports to sphinx-dev@googlegroups.com. Thanks!' return 1