diff options
Diffstat (limited to 'django/contrib/gis/utils/layermapping.py')
| -rw-r--r-- | django/contrib/gis/utils/layermapping.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/utils/layermapping.py b/django/contrib/gis/utils/layermapping.py index c834cb03b0..b2c9417d31 100644 --- a/django/contrib/gis/utils/layermapping.py +++ b/django/contrib/gis/utils/layermapping.py @@ -489,7 +489,7 @@ class LayerMapping(object): progress: When this keyword is set, status information will be printed giving - the number of features processed and sucessfully saved. By default, + the number of features processed and successfully saved. By default, progress information will pe printed every 1000 features processed, however, this default may be overridden by setting this keyword with an integer for the desired interval. |
