pysim.utils.decomposeATR: Fix docutils warning
pySim/utils.py:docstring of pySim.utils.decomposeATR:9: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils] Change-Id: Ifda4ba15014ba97634fd5bd5c9b19d9110f4670e
This commit is contained in:
@@ -631,6 +631,8 @@ def decomposeATR(atr_txt):
|
|||||||
Returns:
|
Returns:
|
||||||
dictionary of field and values
|
dictionary of field and values
|
||||||
|
|
||||||
|
Example::
|
||||||
|
|
||||||
>>> decomposeATR("3B A7 00 40 18 80 65 A2 08 01 01 52")
|
>>> decomposeATR("3B A7 00 40 18 80 65 A2 08 01 01 52")
|
||||||
{ 'T0': {'value': 167},
|
{ 'T0': {'value': 167},
|
||||||
'TB': {1: {'value': 0}},
|
'TB': {1: {'value': 0}},
|
||||||
|
|||||||
Reference in New Issue
Block a user