Skip to content
Snippets Groups Projects
Commit 046332ed authored by ulif's avatar ulif
Browse files

More docs.

parent dc4161a0
No related branches found
No related tags found
No related merge requests found
......@@ -141,6 +141,9 @@ except NameError:
class WordList(object):
"""A word list contains words for building passphrases.
`path_or_filelike` is the path of the wordlist file or an already
opened file. Opened files must be open for reading, of course.
"""
def __init__(self, path_or_filelike=None):
self.path = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment