Skip to content

Commit d2a94aa

Browse files
authored
Merge pull request #61 from saw-leipzig/develop
fix typos
2 parents be888ae + 1860c40 commit d2a94aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

csv2cmi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22
# csv2cmi
33
#
4-
# Copyright (c) 2015-2019 Klaus Rettinghaus
4+
# Copyright (c) 2015-2020 Klaus Rettinghaus
55
# programmed by Klaus Rettinghaus
66
# licensed under MIT license
77

@@ -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)