From 6ccc2743553e69251b6f6decd70d9d1e75dc003f Mon Sep 17 00:00:00 2001 From: maestroque Date: Sun, 25 Aug 2024 15:32:05 +0200 Subject: [PATCH] Release fix commit --- physutils/physio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physutils/physio.py b/physutils/physio.py index 8c9ce8f..f557001 100644 --- a/physutils/physio.py +++ b/physutils/physio.py @@ -372,7 +372,7 @@ def fs(self): @property def history(self): - """Functions that have been performed on / modified `data`""" + """Functions that have been performed on / modified `data`.""" return self._history @property