File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python3
2
2
# csv2cmi
3
3
#
4
- # Copyright (c) 2015-2019 Klaus Rettinghaus
4
+ # Copyright (c) 2015-2020 Klaus Rettinghaus
5
5
# programmed by Klaus Rettinghaus
6
6
# licensed under MIT license
7
7
@@ -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