diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2012-11-28 20:28:30 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2012-11-28 20:28:30 -0300 |
| commit | 514ce1d35f8ed0f82484ddbc5039e6d927d646b7 (patch) | |
| tree | 490db670e92dcf76b6f3d1a61936ce287e06fc75 /docs | |
| parent | 163b471e9ea13e3d9984bde9aad2694646bb8997 (diff) | |
Fixed two docstring/comment typos.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0cfaab3033..f58e4ecb2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -16,7 +16,7 @@ from __future__ import unicode_literals import sys from os.path import abspath, dirname, join -# Make sure we iget the version of this copy of Django +# Make sure we get the version of this copy of Django sys.path.insert(1, dirname(dirname(abspath(__file__)))) # If extensions (or modules to document with autodoc) are in another directory, |
