From 5f1198a67ebe182db14b5f98bb4c9a19d4889918 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Mon, 24 May 2021 04:43:33 -0500 Subject: Fix `get_state_ids_for_event` return type typo to match what the function actually does (#10050) It looks like a typo copy/paste from `get_state_for_event` above. --- changelog.d/10050.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/10050.misc (limited to 'changelog.d') diff --git a/changelog.d/10050.misc b/changelog.d/10050.misc new file mode 100644 index 0000000000..2cac953cca --- /dev/null +++ b/changelog.d/10050.misc @@ -0,0 +1 @@ +Fix typo in `get_state_ids_for_event` docstring where the return type was incorrect. -- cgit 1.4.1