]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/uart/__init__.py
srd: Cosmetics.
[libsigrokdecode.git] / decoders / uart / __init__.py
index d41a964c3f6ecf30fcba479c35f1f068fdd52d83..ecba2e1ac04a03893354ee5c2292015488ddd050 100644 (file)
@@ -96,7 +96,7 @@ Protocol output format:
 UART packet:
 [<packet-type>, <rxtx>, <packet-data>]
 
-This is the list of <packet-types>s and their respective <packet-data>:
+This is the list of <packet-type>s and their respective <packet-data>:
  - 'STARTBIT': The data is the (integer) value of the start bit (0/1).
  - 'DATA': The data is the (integer) value of the UART data. Valid values
    range from 0 to 512 (as the data can be up to 9 bits in size).