diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-04-05 20:42:19 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-04-05 20:42:19 +0100 |
commit | 2541766dd5ea3292e9503742f6095eb35b756987 (patch) | |
tree | 6eab3df6b861cf05bf9623a8036073642f847b56 /parsers/caves.py | |
parent | e002a634ff15dc2f7a7b251924d25780f998105b (diff) | |
download | troggle-2541766dd5ea3292e9503742f6095eb35b756987.tar.gz troggle-2541766dd5ea3292e9503742f6095eb35b756987.tar.bz2 troggle-2541766dd5ea3292e9503742f6095eb35b756987.zip |
typo
Diffstat (limited to 'parsers/caves.py')
-rw-r--r-- | parsers/caves.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/caves.py b/parsers/caves.py index 2489d6e..f7ca541 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -363,7 +363,7 @@ def readentrance(filename): def readcave(filename): - """Reads an enrance description from the .html file + """Reads an entrance description from the .html file Convoluted. Sorry.This is as I inherited it and I haven't fiddled with it. Needs rewriting Assumes any area it hasn't seen before is a subarea of 1623 """ |