Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#16949 closed Bug (fixed)

"different" word repeated twice

Reported by: jgomo3 Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords: geodjango
Cc: Triage Stage: Ready for checkin
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

"Importing Spatial Data

... There are many different different ways to import data in to a spatial database -- besides the tools included within GeoDjango, you may also use the following to populate your spatial database: ..."

https://docs.djangoproject.com/en/1.3/ref/contrib/gis/tutorial/#importing-spatial-data

Attachments (1)

16949.diff (651 bytes ) - added by Simon Charette 13 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Julien Phalip, 13 years ago

Triage Stage: UnreviewedReady for checkin

Well spotted, thanks!

comment:2 by Julien Phalip, 13 years ago

Resolution: fixed
Status: newclosed

In [16911]:

Fixed #16949 -- Fixed a small typo in the GIS tutorial and also made some minor PEP8 fixes and added some code-block directives while I was at it. Thanks to jgomo3 for the report.

by Simon Charette, 13 years ago

Attachment: 16949.diff added

comment:3 by Julien Phalip, 13 years ago

Thanks charettes for uploading a patch too!

Note: See TracTickets for help on using tickets.
Back to Top