#9361: typo in gis/gdal/geometries.py
--------------------------------+-------------------------------------------
          Reporter:  guillaume  |         Owner:  jbronn  
            Status:  assigned   |     Milestone:  post-1.0
         Component:  GIS        |       Version:  1.0     
        Resolution:             |      Keywords:  gdal    
             Stage:  Accepted   |     Has_patch:  1       
        Needs_docs:  0          |   Needs_tests:  0       
Needs_better_patch:  0          |  
--------------------------------+-------------------------------------------
Old description:

> /contrib/gis/gdal/geometries.py says, line 87 :
>
> geo_input = geo_input.encode('ascii')
>
> where it should be :
>
> geom_input = geom_input.encode('ascii')

New description:

 /contrib/gis/gdal/geometries.py says, line 87 :
 {{{
 geo_input = geo_input.encode('ascii')
 }}}
 where it should be :
 {{{
 geom_input = geom_input.encode('ascii')
 }}}

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9361#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to