summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-08-30 10:27:08 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-08-30 10:27:08 +0000
commitdde1f13315e92266a1e411926ba4d372723f103a (patch)
treec7e2e509b4a261eaae5d83e2a473d3a763b3b287 /docs
parent6fbd860fa890dff3226ddeac9e62c52af6e792e1 (diff)
[1.2.X] Fixed #13759 - Multi-db docs have an example that isn't syntax highlighting
Thanks to Tim Hatch for report and patch. Backport of [13664] from trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/db/multi-db.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/db/multi-db.txt b/docs/topics/db/multi-db.txt
index c6070504b9..1a939b0e3a 100644
--- a/docs/topics/db/multi-db.txt
+++ b/docs/topics/db/multi-db.txt
@@ -238,7 +238,7 @@ master/slave relationship between the databases ``master``, ``slave1`` and
return False
return None
- class MasterSlaveRouter(object):
+ class MasterSlaveRouter(object):
"""A router that sets up a simple master/slave configuration"""
def db_for_read(self, model, **hints):