From a387200166bd103617271b4298aeda87df5cf6a5 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 11 Sep 2023 11:21:30 +0200 Subject: [PATCH] small doc fix --- tmtccmd/config/cfdp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmtccmd/config/cfdp.py b/tmtccmd/config/cfdp.py index 1b3b4a34..d1b13bf8 100644 --- a/tmtccmd/config/cfdp.py +++ b/tmtccmd/config/cfdp.py @@ -41,7 +41,7 @@ def cfdp_req_to_put_req_proxy_put_req( ) -> Optional[PutRequest]: """Generic function to convert the internalized CFDP parameters to a proxy put request. - :param params CFDP parameters + :param params: CFDP parameters :param dest_id_put_request: Recipient of the put request. :param dest_id_proxy_put_req: Recipient of the proxy put operation. For a get request, this should the the ID of the sender.