Commit c13912ac authored by Tim Graham's avatar Tim Graham
Browse files

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

parent e94f8bab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ Invoke the Django shell from your project and execute the

.. code-block:: pycon

    $ python manage shell
    $ python manage.py shell
    >>> from django.contrib.gis.utils import add_srs_entry
    >>> add_srs_entry(900913)