Index: tutorial02.txt
===================================================================
--- tutorial02.txt	(revision 5818)
+++ tutorial02.txt	(working copy)
@@ -362,8 +362,8 @@
 Customize the admin look and feel
 =================================
 
-Clearly, having "Django administration" and "example.com" at the top of each
-admin page is ridiculous. It's just placeholder text.
+Clearly, having "Django administration" at the top of each admin page is
+ridiculous. It's just placeholder text.
 
 That's easy to change, though, using Django's template system. The Django admin
 is powered by Django itself, and its interfaces use Django's own template
@@ -389,7 +389,7 @@
 ``admin`` subdirectory.
 
 Then, just edit the file and replace the generic Django text with your own
-site's name and URL as you see fit.
+site's name as you see fit.
 
 Note that any of Django's default admin templates can be overridden. To
 override a template, just do the same thing you did with ``base_site.html`` --
