From 136bd53d433aff1450b268a6e73079b5a73ab1d1 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 27 Apr 2023 10:38:30 +0100 Subject: [PATCH] xmlrpc: Doc improvement Signed-off-by: Stephen Finucane --- patchwork/views/xmlrpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patchwork/views/xmlrpc.py b/patchwork/views/xmlrpc.py index 8dbd749b..e17d83ea 100644 --- a/patchwork/views/xmlrpc.py +++ b/patchwork/views/xmlrpc.py @@ -775,7 +775,7 @@ def state_get(state_id): Retrieve a state matching a given state ID, if any exists. Args: - state_id: The ID of the state to retrieve. + state_id (int): The ID of the state to retrieve. Returns: The serialized state matching the ID, if any, else an empty -- 2.47.3