From 1a5aee0feeb057d6c56afd0a966e65539ce6d431 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Mon, 21 Jun 2021 01:26:12 +0200 Subject: [PATCH] docs: fix backslash issue in ironic twist --- docs/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.rst b/docs/config.rst index 200c5b2..1bb4bc1 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -16,7 +16,7 @@ Python, don't worry, it's pretty simple. Just follow the examples. .. note:: You should *always* use forward slashes ("/"), even on - Windows. This is required because the backslash ("\\") has special meaning + Windows. This is required because the backslash ("\\\") has special meaning in Python. Examples