From: Marko Kovacevic Date: Fri, 2 Nov 2018 13:38:08 +0000 (+0000) Subject: doc: fix PDF build X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f090c23a04fa36b0114644368f6b0b75ef1198bf;p=dpdk.git 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 --- 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