diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2018-02-08 22:19:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-08 22:19:00 -0800 |
| commit | 09bf06bc6bf4eba0ad03916425ad45ebab9f0025 (patch) | |
| tree | af98435cc5c750f84ada4fc83342cf543ab94c76 /docs | |
| parent | f0232c99c516a1c8074a8e3511d5f87fb13029fb (diff) | |
More formal
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design_guide.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst index fcd27911d..3b25ccbf7 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.""" |
