Browse Source

Small corrections

prieto 7 years ago
parent
commit
588efa485e
2 changed files with 3 additions and 3 deletions
  1. 2
    2
      editorial_models/em_simple.py
  2. 1
    1
      progs/slim/slim.py

+ 2
- 2
editorial_models/em_simple.py View File

@@ -150,7 +150,7 @@ editorial_group = em.new_group( 'editorial_abstract',
150 150
                                 depends = (base_group,)
151 151
 )
152 152
 
153
-################################### Texts ##########################################################
153
+################################ Texts #############################
154 154
 # Classe texte
155 155
 text = em.new_class(   'text',
156 156
                         display_name = 'Text',
@@ -287,7 +287,7 @@ review.new_field(   'reference',
287 287
                     data_handler = 'text'
288 288
 )
289 289
 
290
-###################################### Containers ###########################################
290
+###################################### Containers ##################
291 291
 # Classe container
292 292
 container = em.new_class(  'container',
293 293
                             display_name = 'Container',

+ 1
- 1
progs/slim/slim.py View File

@@ -647,7 +647,7 @@ or with -a)")
647 647
             print("\nPlease specify at least 1 instance with the --start \
648 648
 option", file=sys.stderr)
649 649
         elif args.foreground and len(names) > 1:
650
-            parser.prin_help()
650
+            parser.print_help()
651 651
             print("\nOnly 1 instance allowed with the use of the --forground \
652 652
 argument")
653 653
         start_instances(names, args.foreground)

Loading…
Cancel
Save