From ed02757d8cc093ecb23f702d352d5fc2ec0e91a1 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Sat, 19 Apr 2025 22:54:55 +0900 Subject: [PATCH] Fix missing ':' in IPv6 example Trivial-Fix Change-Id: I1c90865ecb3a3488a16f430ed29f3da2ae332e21 --- oslo_cache/_opts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oslo_cache/_opts.py b/oslo_cache/_opts.py index 3da4983d..1775b34b 100644 --- a/oslo_cache/_opts.py +++ b/oslo_cache/_opts.py @@ -90,7 +90,7 @@ FILE_OPTIONS = { 'host refer to an IPv6 or a given domain refer to ' 'IPv6 then you should prefix the given address with ' 'the address family (``inet6``) ' - '(e.g ``inet6[::1]:11211``, ' + '(e.g ``inet6:[::1]:11211``, ' '``inet6:[fd12:3456:789a:1::1]:11211``, ' '``inet6:[controller-0.internalapi]:11211``). ' 'If the address family is not given then these '