From f090c23a04fa36b0114644368f6b0b75ef1198bf Mon Sep 17 00:00:00 2001 From: Marko Kovacevic Date: Fri, 2 Nov 2018 13:38:08 +0000 Subject: [PATCH] doc: fix PDF build PDF build was failing in the howto guides found the weird character causing the issue Fixes: 6e9270eab112 ("doc: add telemetry how-to") Signed-off-by: Marko Kovacevic Tested-by: Ferruh Yigit Acked-by: John McNamara --- doc/guides/howto/telemetry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/howto/telemetry.rst b/doc/guides/howto/telemetry.rst index 3fcb0619e2..00f8f7a85c 100644 --- a/doc/guides/howto/telemetry.rst +++ b/doc/guides/howto/telemetry.rst @@ -29,7 +29,7 @@ formatted in JSON and sent back to the requesting client. Pre-requisites ~~~~~~~~~~~~~~ -* Python ≥ 2.5 +* Python >= 2.5 * Jansson library for JSON serialization -- 2.20.1