Skip to content

Commit

Permalink
Fix typo: Non -> None
Browse files Browse the repository at this point in the history
  • Loading branch information
ubernostrum committed Sep 8, 2012
1 parent 408c10e commit 5c5226a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/db/multi-db.txt
Expand Up @@ -256,7 +256,7 @@ send queries for the ``auth`` app to ``auth_db``::
"""
if model._meta.app_label == 'auth':
return 'auth_db'
return Non
return None

def allow_relation(self, obj1, obj2, **hints):
"""
Expand Down

0 comments on commit 5c5226a

Please sign in to comment.