Fix docstrings

This commit is contained in:
Julian Stirling 2026-06-03 22:36:34 +01:00
parent fa21224eaa
commit 08e58a3c1d
5 changed files with 16 additions and 12 deletions

View file

@ -69,7 +69,7 @@ class OFMThing(lt.Thing):
:param path: The relative path within the data directory of this Thing's data
dir that the data shudl be saved.
:path absolute: Set to True if the current path is absolute. A relative path
:param absolute: Set to True if the current path is absolute. A relative path
will be returned. An validation error will be raised if the absolute path
is not within the data directory.