summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-03-31 01:28:29 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2015-03-31 01:29:07 +0300
commit344057ac5030d24ef9d754e04b47a3af85c33616 (patch)
treed957010fdacf552153ccc670085ddb7523f004a1
parent9d2c0c231c5b366f42071ed5880f799a4f5cc52b (diff)
docs: uctypes: Bullet list formatting fixes.
-rw-r--r--docs/library/uctypes.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/library/uctypes.rst b/docs/library/uctypes.rst
index e83c56b3e..ea5428ad7 100644
--- a/docs/library/uctypes.rst
+++ b/docs/library/uctypes.rst
@@ -149,12 +149,12 @@ you can instantiate a specific structure instance at a given
memory address. Memory address usually comes from following sources:
* Predefined address, when accessing hardware registers on a baremetal
-port. Lookup these addresses in datasheet for a particular MCU/SoC.
+ port. Lookup these addresses in datasheet for a particular MCU/SoC.
* As return value from a call to some FFI (Foreign Function Interface)
-function.
+ function.
* From uctypes.addressof(), when you want to pass arguments to FFI
-function, or alternatively, to access some data for I/O (for example,
-data read from file or network socket).
+ function, or alternatively, to access some data for I/O (for example,
+ data read from file or network socket).
Structure objects
-----------------