From 7d7c7031d80a6bfc75e77b3c01bc83fce936cc91 Mon Sep 17 00:00:00 2001
From: stedif <stefano.difrischia@inaf.it>
Date: Fri, 11 Nov 2022 11:08:55 +0100
Subject: [PATCH] L2SS-1052: fix linting

---
 tangostationcontrol/docs/source/developer.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tangostationcontrol/docs/source/developer.rst b/tangostationcontrol/docs/source/developer.rst
index 96becac06..68ca9be25 100644
--- a/tangostationcontrol/docs/source/developer.rst
+++ b/tangostationcontrol/docs/source/developer.rst
@@ -68,7 +68,7 @@ The Logstash pipeline collects the logs from the containers, as well as any exte
 +-------------+------------+-------------------------------------------------------------------------------------------------------------+
 | Interface   | Port       | Note                                                                                                        |
 +=============+============+=============================================================================================================+
-| Syslog      | 1514/udp   | Recommended over TCP.                                                       |
+| Syslog      | 1514/udp   | Recommended over TCP.                                                                                       |
 +-------------+------------+-------------------------------------------------------------------------------------------------------------+
 | Syslog      | 1514/tcp   |                                                                                                             |
 +-------------+------------+-------------------------------------------------------------------------------------------------------------+
-- 
GitLab