Fixed #19346 - Typo in docs/ref/contrib/gis/install/index.txt

This commit is contained in:
Tim Graham 2012-11-22 18:01:20 -05:00
parent e94f8babc2
commit c13912ac7f
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ Invoke the Django shell from your project and execute the
.. code-block:: pycon .. code-block:: pycon
$ python manage shell $ python manage.py shell
>>> from django.contrib.gis.utils import add_srs_entry >>> from django.contrib.gis.utils import add_srs_entry
>>> add_srs_entry(900913) >>> add_srs_entry(900913)