Skip to content

Commit a43690e

Browse files
committed
DOC: mention JSON files in docstring of method dd._abc.BDD.load
1 parent f005adf commit a43690e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd/_abc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def dump(
241241
# revise this method to return roots as `list` or
242242
# named nodes as `dict`
243243
def load(self, filename, levels=True):
244-
"""Load nodes from pickle file `filename`.
244+
"""Load nodes from pickle or JSON file `filename`.
245245
246246
If `levels is True`,
247247
then load variables at the same levels.

0 commit comments

Comments
 (0)