#13458 closed (fixed)
Typo in contrib.gis.geoip docs
| Reported by: | Paul McMillan | Owned by: | Paul McMillan |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
There's a typo in the GeoIP-Python API compatibility section of the docs for contrib.gis.geoip.
http://docs.djangoproject.com/en/dev/ref/contrib/gis/geoip/#geoip-python-api-compatibility-methods
"GeoIP.regioin_by_addr" is mis-spelled. There exists no such method, and "GeoIP.region_by_addr" does exist.
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | geoip_docs_spelling_fix.diff added |
|---|
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
| Triage Stage: | Unreviewed → Ready for checkin |
| Version: | 1.2-beta → SVN |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Go easy on me, (my first patch) but I think I did this all right. Trivial change here...