From 3837892315b525e9d8317832e65508508c360ba8 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Mon, 17 May 2021 14:39:21 +0100
Subject: [PATCH] Fix parameter name in docstring

---
 webservice/webservice.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webservice/webservice.py b/webservice/webservice.py
index 494608fd7..bbee73564 100644
--- a/webservice/webservice.py
+++ b/webservice/webservice.py
@@ -1115,7 +1115,7 @@ class ActionsServer:
         :param instrument: is the instrument
         :param cycle: is the facility cycle
         :param proposal: is the proposal id
-        :param yaml: is url-encoded (quotes and spaces) representation of
+        :param this_yaml: is url-encoded (quotes and spaces) representation of
                      new YAML file
 
         This will create or replace the existing YAML configuration for the
-- 
GitLab