Capitalized "Python" in docs.

This commit is contained in:
Tim Graham 2015-06-05 08:24:53 -04:00
parent 5c35b4a8c9
commit 2fbea621e6
6 changed files with 7 additions and 7 deletions

View file

@ -359,7 +359,7 @@ from::
return True
Finally, in the settings file, we add the following (substituting
``path.to.`` with the actual python path to the module(s) where the
``path.to.`` with the actual Python path to the module(s) where the
routers are defined)::
DATABASE_ROUTERS = ['path.to.AuthRouter', 'path.to.PrimaryReplicaRouter']