Fix small typo in doc in utils.py s/A-z/A-Z/

This commit is contained in:
Jean Privat 2017-02-21 10:55:07 -05:00
parent 5458dd5ba8
commit a9098ea050
1 changed files with 2 additions and 2 deletions

View File

@ -564,7 +564,7 @@ def cyclic_pattern_charset(charset_type=None):
Args:
- charset_type: charset type
0: basic (0-9A-za-z)
0: basic (0-9A-Za-z)
1: extended (default)
2: maximum (almost printable chars)
@ -635,7 +635,7 @@ def cyclic_pattern(size=None, start=None, charset_type=None):
- size: size of generated pattern (Int)
- start: the start offset of the generated pattern (Int)
- charset_type: charset type
0: basic (0-9A-za-z)
0: basic (0-9A-Za-z)
1: extended (default)
2: maximum (almost printable chars)