diff options
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parsers/survex.py b/parsers/survex.py index 5f601e1..2a75c8b 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -299,7 +299,7 @@ class LoadingSurvex: rx_quotedtitle = re.compile(r'(?i)^"(.*)"$') """ - Regular expression explanation for rx_starref (MS CoPilot) + Regular expression explanation for rx_starref (MS CoPilot) - Not actually USED any more ?! (?i) : Case-insensitive flag for the regex ^ : Asserts the position at the start of a line @@ -1093,7 +1093,7 @@ class LoadingSurvex: """ def check_reused_wallet(): if walletnum == "00": - # we don't mind if lost of survex files refer to the index wallet. + # we don't mind if lots of survex files refer to the index wallet. # this is a way of saying that there is no wallet - someone has investigated. pass message = f" ! Wallet *REF {refscan} in {survexblock.survexfile.path} - re-uses #00 '{survexblock.scanswallet.walletname}'" |