aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
authorTom Christie2013-05-05 08:51:52 -0700
committerTom Christie2013-05-05 08:51:52 -0700
commit287ff43cdd85a5c2275205bf37e19dea3f69ad01 (patch)
treefbebe8abad45c92f9dc0d3bb87b1d1ecbbdeeb61 /mkdocs.py
parent198b679e02954ebcfac37e9d0146caf575df4f5a (diff)
parent8cabae22c5330da2e0a15a6d61ef038a6447756a (diff)
downloaddjango-rest-framework-287ff43cdd85a5c2275205bf37e19dea3f69ad01.tar.bz2
Merge pull request #805 from vshih/master
Example and spelling fixes.
Diffstat (limited to 'mkdocs.py')
-rwxr-xr-xmkdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkdocs.py b/mkdocs.py
index dadb17d2..eb672d77 100755
--- a/mkdocs.py
+++ b/mkdocs.py
@@ -133,7 +133,7 @@ for (dirpath, dirnames, filenames) in os.walk(docs_dir):
toc += template + '\n'
if filename == 'index.md':
- main_title = 'Django REST framework - Web Browseable APIs'
+ main_title = 'Django REST framework - Web Browsable APIs'
else:
main_title = 'Django REST framework - ' + main_title