From f66add93d078ea3030984eb8a7576f1bb150769c Mon Sep 17 00:00:00 2001
From: Arthur B <arthur.breitman+nospam@tezos.com>
Date: Sun, 25 Nov 2018 06:54:07 -0800
Subject: [PATCH] re-add space in decimals for readability

---
 docs/protocols/003_PsddFKi3.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/protocols/003_PsddFKi3.rst b/docs/protocols/003_PsddFKi3.rst
index 1e2c1140f..a37953768 100644
--- a/docs/protocols/003_PsddFKi3.rst
+++ b/docs/protocols/003_PsddFKi3.rst
@@ -149,12 +149,12 @@ operations, still including header and signature.
 
 By default:
 ::
-   minimal_fees = 0.0001 ꜩ (100 µꜩ)
-   minimal_nanotez_per_gas_unit = 100 nꜩ/gu (0.0000001 ꜩ/gu)
-   minimal_nanotez_per_byte = 1000 nꜩ/B (0.000001 ꜩ/B)
+   minimal_fees = 0.000 1 ꜩ (100 µꜩ)
+   minimal_nanotez_per_gas_unit = 100 nꜩ/gu (0.000 000 1 ꜩ/gu)
+   minimal_nanotez_per_byte = 1000 nꜩ/B (0.000 001 ꜩ/B)
 
 For instance, a single transaction to an existing implict address
-will require a transaction fee of at least `0.001273 ꜩ`
+will require a transaction fee of at least `0.001 273 ꜩ`
 to be included by bakers who choose to follow the default settings.
 
 These settings may be changed by passing the following flags to the baker
@@ -233,7 +233,7 @@ A. Transaction fees solve a slightly different problem, but they can
 
    ::
 
-      --minimal-fees (default 0.0001)
+      --minimal-fees (default 0.000 1)
       --minimal-nanotez-per-byte (default 1000)
       --minimal-nanotez-per-gaz-unit (default 100)