Browse Source

Correct spacing in command help text

master
David Winterbottom 11 years ago
parent
commit
bdb1e2fbe2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/oscar/management/commands/oscar_populate_countries.py

+ 1
- 1
src/oscar/management/commands/oscar_populate_countries.py View File

@@ -31,7 +31,7 @@ class Command(BaseCommand):
31 31
 
32 32
         if Country.objects.exists():
33 33
             raise CommandError(
34
-                "You already have countries in your database. This command"
34
+                "You already have countries in your database. This command "
35 35
                 "currently does not support updating existing countries.")
36 36
 
37 37
         countries = [

Loading…
Cancel
Save