From e5fb2f3bbf03840846dd04db6c122597f566c864 Mon Sep 17 00:00:00 2001 From: Elliot <3186037+elliot-100@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:00:32 +0100 Subject: [PATCH] docs: minor docstring fix --- manual_test_functions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manual_test_functions.py b/manual_test_functions.py index b1f1498..4285d72 100644 --- a/manual_test_functions.py +++ b/manual_test_functions.py @@ -1,7 +1,8 @@ """Use Spond 'get' functions to summarise available data. -Intended as a simple end-to-end test for assurance when making changes. -Uses all existing group, event, message `get_` methods. +Intended as a simple end-to-end test for assurance when making changes, where there are s +gaps in test suite coverage. + Doesn't yet use `get_person(user)` or any `send_`, `update_` methods.""" import asyncio