Ticket #13458: geoip_docs_spelling_fix.diff

File geoip_docs_spelling_fix.diff, 461 bytes (added by Paul McMillan, 14 years ago)
  • docs/ref/contrib/gis/geoip.txt

     
    203203This classmethod instantiates the GeoIP object from the given database path
    204204and given cache setting.
    205205
    206 .. method:: GeoIP.regioin_by_addr(query)
     206.. method:: GeoIP.region_by_addr(query)
    207207
    208208.. method:: GeoIP.region_by_name(query)
    209209
Back to Top