mirror of
https://github.com/django/django.git
synced 2025-10-10 02:22:22 +00:00
Fixed two docstring/comment typos.
This commit is contained in:
parent
163b471e9e
commit
514ce1d35f
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue