dexter has uploaded this change for review.

View Change

commands: fix double space character in apidoc

Change-Id: Id0dbe4578fd212bc240aac80e1e416cb57e92cc7
---
M pySim/commands.py
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/01/38601/1
diff --git a/pySim/commands.py b/pySim/commands.py
index 61e2554..03f0935 100644
--- a/pySim/commands.py
+++ b/pySim/commands.py
@@ -136,7 +136,7 @@
p2 : string (in hex) ISO 7116 Parameter 2 byte
cmd_cosntr : defining how to generate binary APDU command data
cmd_data : command data passed to cmd_constr
- resp_cosntr : defining how to decode binary APDU response data
+ resp_cosntr : defining how to decode binary APDU response data
apply_lchan : apply the currently selected lchan to the CLA byte before sending
Returns:
Tuple of (decoded_data, sw)

To view, visit change 38601. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Id0dbe4578fd212bc240aac80e1e416cb57e92cc7
Gerrit-Change-Number: 38601
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>