diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-30 16:18:19 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-30 16:18:19 +0000 |
commit | b29ff618718f4d28ae4e5ae338ef0cf7dfb764b9 (patch) | |
tree | 3fbbb69224491cc6feca4e31e1f0944b6263fe51 /parsers/survex.py | |
parent | 58f7cf72d48a89e3bfe32bbde6b47f263121e232 (diff) | |
download | troggle-b29ff618718f4d28ae4e5ae338ef0cf7dfb764b9.tar.gz troggle-b29ff618718f4d28ae4e5ae338ef0cf7dfb764b9.tar.bz2 troggle-b29ff618718f4d28ae4e5ae338ef0cf7dfb764b9.zip |
Renaming class step 2
Diffstat (limited to 'parsers/survex.py')
-rw-r--r-- | parsers/survex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/survex.py b/parsers/survex.py index 4861817..f3bbaf1 100644 --- a/parsers/survex.py +++ b/parsers/survex.py @@ -340,7 +340,7 @@ class LoadingSurvex: *team gb, bl personrole is used to record that a person was on a survex trip, NOT the role they played. - (NB PersonTrip is a logbook thing, not a survex thing. ) + (NB PersonLogEntry is a logbook thing, not a survex thing. ) """ def record_team_member(tm, survexblock): |