aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.py
diff options
context:
space:
mode:
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