Skip to content

Commit

Permalink
DOC: shorten line
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Dec 8, 2023
1 parent 56fe4d2 commit baa2351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dd/dddmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,8 @@ def load(fname):
To avoid blanks, the levels are re-indexed here.
This has no effect if `.orderedvarnames` appears in the file.
DDDMP files are dumped by [CUDD](http://vlsi.colorado.edu/~fabio/CUDD/).
DDDMP files are dumped by [CUDD](
http://vlsi.colorado.edu/~fabio/CUDD/).
"""
parser = Parser()
bdd_succ, n_vars, levels, roots = parser.parse(fname)
Expand Down

0 comments on commit baa2351

Please sign in to comment.