From 2541766dd5ea3292e9503742f6095eb35b756987 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Wed, 5 Apr 2023 20:42:19 +0100 Subject: [PATCH] typo --- parsers/caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 """