changeset 50:88cacdf9005a

Fix typo
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Sun, 07 Nov 2010 12:13:53 -0600
parents e5939f7d837b
children fd4c5b26b67a
files README static/djangodocs.css
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Sun Nov 07 12:08:38 2010 -0600
+++ b/README	Sun Nov 07 12:13:53 2010 -0600
@@ -13,7 +13,7 @@
 Quickstart for personal debugging:
 
     1) Install Django 1.2 or higher, Python 2.5 or higher, the
-       external librariesm, and probably any version of mercurial,
+       external libraries, and probably any version of mercurial,
        SQLite3. On a Unix-based system, Python is probably already
        installed, the rest can be gotten from source or your operating
        system's package manager if it has one.
--- a/static/djangodocs.css	Sun Nov 07 12:08:38 2010 -0600
+++ b/static/djangodocs.css	Sun Nov 07 12:13:53 2010 -0600
@@ -21,7 +21,7 @@
 
 #columnwrap {
     background: #EEEEEC; color: black;
-    /*background-image: url("agora-grey-large.png");*/
+    background-image: url("agora-grey-large.png");
     background-position: bottom right;
     background-repeat: no-repeat;
     overflow: auto;