Skip to content

Commit 1860c40

Browse files
committed
fix typos
1 parent 9c952f6 commit 1860c40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

csv2cmi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ def processPlace(letter, correspondent):
594594
if entry.find('*'):
595595
profileDesc.append(entry)
596596

597-
# replace short titles if configured
597+
# replace short titles, if configured
598598
for bibl in sourceDesc.findall('bibl'):
599599
# Try to use bibliographic text as key for section in config file
600600
editionKey = bibl.text
@@ -611,7 +611,7 @@ def processPlace(letter, correspondent):
611611
logging.warning(
612612
'Incomplete section %s in ini file. Title and type option must be set.', editionKey)
613613
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
615615
pass
616616

617617

0 commit comments

Comments
 (0)