From 8a3da2601c312273de8c0de55c3ee145e3fac465 Mon Sep 17 00:00:00 2001
From: pwalczysko
Date: Thu, 14 Sep 2023 20:02:36 +0100
Subject: [PATCH] Fix possible typo
---
omero/users/cli/installation.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/omero/users/cli/installation.rst b/omero/users/cli/installation.rst
index d03784f4f6..72bc7b7e43 100644
--- a/omero/users/cli/installation.rst
+++ b/omero/users/cli/installation.rst
@@ -13,7 +13,7 @@ You can create one using either ``venv`` or ``conda`` (preferred).
If you opt for Conda_, you will need
to install it first, see `miniconda `_ for more details.
-.. Note:: On Ubuntu 20.09, you may need to install ``libssl-dev`` before installing the |CLI|.
+.. Note:: On Ubuntu 20.04, you may need to install ``libssl-dev`` before installing the |CLI|.
To install ``omero-py`` using conda (preferred)::