File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -594,7 +594,7 @@ def processPlace(letter, correspondent):
594
594
if entry .find ('*' ):
595
595
profileDesc .append (entry )
596
596
597
- # replace short titles if configured
597
+ # replace short titles, if configured
598
598
for bibl in sourceDesc .findall ('bibl' ):
599
599
# Try to use bibliographic text as key for section in config file
600
600
editionKey = bibl .text
@@ -611,7 +611,7 @@ def processPlace(letter, correspondent):
611
611
logging .warning (
612
612
'Incomplete section %s in ini file. Title and type option must be set.' , editionKey )
613
613
except configparser .NoSectionError :
614
- # if there is no matching section, we assume that there shouldn't one
614
+ # if there is no matching section, we assume that there shouldn't be one
615
615
pass
616
616
617
617
You can’t perform that action at this time.
0 commit comments