From 09bf06bc6bf4eba0ad03916425ad45ebab9f0025 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 8 Feb 2018 22:19:00 -0800 Subject: [PATCH] More formal --- docs/design_guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_guide.rst b/docs/design_guide.rst index fcd27911dd..3b25ccbf7a 100644 --- a/docs/design_guide.rst +++ b/docs/design_guide.rst @@ -294,7 +294,7 @@ Renders as: Data descriptor description ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Comment is after even though its weird:: +Comment is after the definition:: lost_power = i2c_bit.RWBit(0x0f, 7) """True if the device has lost power since the time was set."""