modtrezorcrypto: fix doc

This commit is contained in:
Jan Pochyla 2017-06-14 19:27:13 +02:00
parent 181a2ad8c9
commit 197baf66b4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ enum {
#define AESModeMask 0x3F
#define AESDirMask 0xC0
/// def __init__(self, mode: int, key: bytes, iv: bytes = ...) -> None:
/// def __init__(self, mode: int, key: bytes, iv: bytes = None) -> None:
/// '''
/// Initialize AES context.
/// '''