From 046332edb4c09dd74f852674aa8f5fa9cb89118c Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Tue, 28 Jul 2015 23:25:24 +0200 Subject: [PATCH] More docs. --- diceware/wordlist.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/diceware/wordlist.py b/diceware/wordlist.py index 612825f..2d5b0fe 100644 --- a/diceware/wordlist.py +++ b/diceware/wordlist.py @@ -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 -- GitLab