فهرست منبع

Fix typo: Non -> None

James Bennett 12 سال پیش
والد
کامیت
5c5226a520
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/topics/db/multi-db.txt

+ 1 - 1
docs/topics/db/multi-db.txt

@@ -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):
             """